1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Don’t link the executables against libbridge.

This commit is contained in:
Rob Rix 2015-12-17 12:57:31 -05:00
parent 12e964884d
commit e3abd5feea

View File

@ -53,8 +53,6 @@ executable semantic-diff-exe
, filepath
, directory
default-language: Haskell2010
extra-libraries: bridge
extra-lib-dirs: .
executable semantic-diff-profile
hs-source-dirs: app
@ -73,8 +71,6 @@ executable semantic-diff-profile
, filepath
, directory
default-language: Haskell2010
extra-libraries: bridge
extra-lib-dirs: .
test-suite semantic-diff-test
type: exitcode-stdio-1.0