mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib/util/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d4cef3b103
commit
5f57714084
@ -1,4 +1,4 @@
|
|||||||
def set_options(opt):
|
def options(opt):
|
||||||
''' This is a bit strange, but disable is the flag, not enable. '''
|
''' This is a bit strange, but disable is the flag, not enable. '''
|
||||||
opt.add_option('--disable-fault-handling', action='store_true', dest='disable_fault_handling', help=('disable the fault handlers'), default=False)
|
opt.add_option('--disable-fault-handling', action='store_true', dest='disable_fault_handling', help=('disable the fault handlers'), default=False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user