Browse Source

waf: fix python3

pull/2/head
mittorn 5 years ago
parent
commit
54d54b1457
  1. 2
      scripts/waflib/subproject.py

2
scripts/waflib/subproject.py

@ -96,7 +96,7 @@ def configure(conf): @@ -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…
Cancel
Save