Browse Source

wscript: SUBDIRS loop refactor

pull/2/head
iZarif 6 years ago committed by Alibek Omarov
parent
commit
245533defa
  1. 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…
Cancel
Save