1
0
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:
mittorn 2019-04-12 00:19:12 +07:00
parent d5b6ccb3e2
commit 54d54b1457

View File

@ -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):