forked from GitHub/gf-core
Add Expr and ExprLit types to Python bindings. Seem to work for readExpr.
This commit is contained in:
@@ -10,7 +10,7 @@ if libraries==['']:
|
||||
|
||||
pgf_module = Extension('pgf',
|
||||
sources = ['pypgf.c', 'marshaller.c', 'expr.c'],
|
||||
extra_compile_args = ['-std=c99', '-Werror', '-Wno-comment'],
|
||||
extra_compile_args = ['-std=c99', '-Werror', '-Wno-error=int-conversion', '-Wno-comment'],
|
||||
include_dirs = includes,
|
||||
library_dirs = libraries,
|
||||
libraries = ['pgf'])
|
||||
|
||||
Reference in New Issue
Block a user