mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
implement grammar loading from Python
This commit is contained in:
@@ -13,7 +13,7 @@ pgf_module = Extension('pgf',
|
||||
extra_compile_args = ['-std=c99'],
|
||||
include_dirs = includes,
|
||||
library_dirs = libraries,
|
||||
libraries = ['gu', 'pgf'])
|
||||
libraries = ['pgf'])
|
||||
|
||||
setup (name = 'pgf',
|
||||
version = '1.0',
|
||||
|
||||
Reference in New Issue
Block a user