mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
waf: fixed wildcard build
this fixes minimal includes for subsystems that use autoproto
This commit is contained in:
parent
b3fb311173
commit
9cac0bfde6
@ -30,7 +30,8 @@ def run_named_build_task(cmd):
|
||||
t.position= [0,0]
|
||||
print(t.display())
|
||||
run_task(t, k)
|
||||
return
|
||||
found = True
|
||||
|
||||
|
||||
if not found:
|
||||
raise Utils.WafError("Unable to find build target matching %s" % cmd)
|
||||
|
Loading…
Reference in New Issue
Block a user