waf: fix python3
This commit is contained in:
parent
d5b6ccb3e2
commit
54d54b1457
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue