Skip to content

Commit

Permalink
Fix linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 20, 2023
1 parent 06b1fe9 commit a06aaef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ executables:
extra-libraries: c++
ld-options: -Wl,-keep_dwarf_unwind
ghc-options: -fcompact-unwind
- condition: os(windows)
- condition: os(windows) && impl(ghc >= 9.4)
build-depends: system-cxx-std-lib
- condition: os(windows) && impl(ghc < 9.4)
extra-libraries: stdc++

tests:
Expand All @@ -114,7 +116,9 @@ tests:
extra-libraries: c++
ld-options: -Wl,-keep_dwarf_unwind
ghc-options: -fcompact-unwind
- condition: os(windows)
- condition: os(windows) && impl(ghc >= 9.4)
build-depends: system-cxx-std-lib
- condition: os(windows) && impl(ghc < 9.4)
extra-libraries: stdc++

flags:
Expand Down

0 comments on commit a06aaef

Please sign in to comment.