forked from GitHub/gf-core
Fixing assertion in py-binds test.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
src=../../src
|
||||
import=-i$(src)/runtime/haskell:$(src)/compiler
|
||||
cbind=../c-bindings
|
||||
pythoninc=/usr/include/python2.5
|
||||
pythoninc=/usr/include/python2.6
|
||||
debug= #-optc '-DDEBUG=1'
|
||||
exdir=../../examples/tutorial/embedded
|
||||
|
||||
@@ -33,4 +33,4 @@ PyGF.hs: PyGF.hsc
|
||||
hsc2hs -I$(pythoninc) $<
|
||||
|
||||
Query.pgf:
|
||||
gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
|
||||
gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
|
||||
|
||||
Reference in New Issue
Block a user