This commit is contained in:
Thomas Nagy 2012-10-15 23:33:30 +02:00
parent c85678dc4a
commit d1ea3e814d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def build(bld):
from waflib import Build, Utils, TaskGen
@TaskGen.feature('c')
@TaskGen.before('process_source')
@TaskGen.before('process_source', 'process_rule')
def dynamic_post(self):
"""
bld(dynamic_source='*.c', ..) will search for source files to add to the attribute 'source'