diff options
Diffstat (limited to 'lib/ntdb/wscript')
-rw-r--r-- | lib/ntdb/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript index ff8f24eae8..f034631058 100644 --- a/lib/ntdb/wscript +++ b/lib/ntdb/wscript @@ -27,6 +27,7 @@ def set_options(opt): opt.add_option('--valgrind-log', help=("where to put the valgrind log"), action="store", dest='VALGRINDLOG', default=None) + if opt.IN_LAUNCH_DIR(): opt.add_option('--disable-python', help=("disable the pyntdb module"), |