This commit is contained in:
Krasimir Angelov
2023-01-25 20:59:06 +01:00
parent 1ca1828fef
commit e4cc9bc0a7

View File

@@ -12,7 +12,8 @@ if libraries==['']:
libraries=[]
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:
extra_sources = []