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

Pass the static archives in as ld-options.

This commit is contained in:
Rob Rix 2016-01-11 12:46:05 -05:00
parent e767f9858d
commit a09449720a

View File

@ -51,7 +51,8 @@ executable semantic-diff-exe
hs-source-dirs: app
main-is: Main.hs
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static vendor/icu/lib/libicuuc.a vendor/icu/lib/libicudata.a vendor/icu/lib/libicui18n.a
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
ld-options: vendor/icu/lib/libicuuc.a vendor/icu/lib/libicudata.a vendor/icu/lib/libicui18n.a
cc-options: -DU_STATIC_IMPLEMENTATION=1
cpp-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base