waf: fix python3

This commit is contained in:
mittorn 2019-04-12 00:19:12 +07:00
parent d5b6ccb3e2
commit 54d54b1457
1 changed files with 1 additions and 1 deletions

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