1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Build the bridge directly.

This commit is contained in:
Rob Rix 2015-12-17 13:09:08 -05:00
parent d05e622768
commit 09b9defa2d

View File

@ -39,6 +39,7 @@ library
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable
ghc-options: -Wall -fno-warn-name-shadowing
include-dirs: prototype/External/tree-sitter/include
c-sources: src/bridge.c
executable semantic-diff-exe
hs-source-dirs: app