wscript: SUBDIRS loop refactor

This commit is contained in:
iZarif 2018-12-30 21:25:41 +04:00 committed by Alibek Omarov
parent b8c4c31e02
commit 245533defa
1 changed files with 1 additions and 2 deletions

View File

@ -142,5 +142,4 @@ def configure(conf):
conf.setenv('')
def build(bld):
for i in SUBDIRS:
bld.recurse(SUBDIRS)
bld.recurse(SUBDIRS)