1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Link -lstdc++ via ld-options.

This commit is contained in:
Rob Rix 2016-01-11 13:08:41 -05:00
parent 3404008f5b
commit 5978a57204

View File

@ -52,7 +52,7 @@ executable semantic-diff-exe
main-is: Main.hs
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
ld-options: -static -licuuc -licudata -licui18n -dynamic
ld-options: -lstdc++ -static -licuuc -licudata -licui18n -dynamic
cc-options: -DU_STATIC_IMPLEMENTATION=1
cpp-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base