mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
waf: fix python3
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user