mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
waf: fix python3
This commit is contained in:
parent
d5b6ccb3e2
commit
54d54b1457
@ -96,7 +96,7 @@ def configure(conf):
|
||||
if conf.options.SKIP_SUBDIRS:
|
||||
global IGNORED_SUBDIRS
|
||||
IGNORED_SUBDIRS += conf.options.SKIP_SUBDIRS.split(',')
|
||||
print IGNORED_SUBDIRS
|
||||
print(IGNORED_SUBDIRS)
|
||||
|
||||
@Configure.conf
|
||||
def add_subproject(ctx, names):
|
||||
|
Loading…
Reference in New Issue
Block a user