wscript: SUBDIRS loop refactor
This commit is contained in:
parent
b8c4c31e02
commit
245533defa
1 changed files with 1 additions and 2 deletions
3
wscript
3
wscript
|
@ -142,5 +142,4 @@ def configure(conf):
|
||||||
conf.setenv('')
|
conf.setenv('')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
for i in SUBDIRS:
|
bld.recurse(SUBDIRS)
|
||||||
bld.recurse(SUBDIRS)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue