summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-08-09 15:18:27 +0200
committerkrangelov <kr.angelov@gmail.com>2019-08-09 15:18:27 +0200
commit85a81ef741239717cbc81e883e10433d8c0bc2b3 (patch)
tree698cd7d7782a1b757e2f61609a0d840fef888689 /debian/rules
parent3e662475ee8413f21562bf06c45d5e8e4efe4eff (diff)
parentb77626b802b2152508ba62e1d36accf85ae30a95 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 428801e94..36e6ce706 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ override_dh_auto_build:
cd src/runtime/python && EXTRA_INCLUDE_DIRS=$(CURDIR)/src/runtime/c EXTRA_LIB_DIRS=$(CURDIR)/src/runtime/c/.libs python setup.py build
cd src/runtime/java && make CFLAGS="-I$(CURDIR)/src/runtime/c -L$(CURDIR)/src/runtime/c/.libs" INSTALL_PATH=/usr/lib
echo $(SET_LDL)
- $(SET_LDL) cabal build # builds gf, fails to build example grammars
- PATH=$(CURDIR)/dist/build/gf:$$PATH && make -C ../gf-rgl build
+ -$(SET_LDL) cabal build # builds gf, fails to build example grammars
+ export $(SET_LDL); PATH=$(CURDIR)/dist/build/gf:$$PATH && make -C ../gf-rgl build
GF_LIB_PATH=$(CURDIR)/../gf-rgl/dist $(SET_LDL) cabal build # have RGL now, ok to build example grammars
make html