mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Use ld-options again.
This commit is contained in:
parent
ef3efba294
commit
2dc2c94b79
@ -52,7 +52,7 @@ executable semantic-diff-exe
|
|||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: Parsers
|
other-modules: Parsers
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
|
||||||
-- ld-options: -static -licuuc -licudata -licui18n -dynamic
|
ld-options: -static -licuuc -licudata -licui18n -dynamic
|
||||||
cc-options: -DU_STATIC_IMPLEMENTATION=1
|
cc-options: -DU_STATIC_IMPLEMENTATION=1
|
||||||
cpp-options: -DU_STATIC_IMPLEMENTATION=1
|
cpp-options: -DU_STATIC_IMPLEMENTATION=1
|
||||||
build-depends: base
|
build-depends: base
|
||||||
|
Loading…
Reference in New Issue
Block a user