mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
bugfix
This commit is contained in:
@@ -12,7 +12,8 @@ if libraries==['']:
|
|||||||
libraries=[]
|
libraries=[]
|
||||||
|
|
||||||
if on_windows:
|
if on_windows:
|
||||||
extra_sources = [f for f in os.listdir('../c/pgf') if f.endswith('.cxx')]
|
cpath = '../c/pgf/'
|
||||||
|
extra_sources = [cpath+f for f in os.listdir(cpath) if f.endswith('.cxx')]
|
||||||
else:
|
else:
|
||||||
extra_sources = []
|
extra_sources = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user