summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdynconfig/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 517f76e7e7..2a60a2a2e4 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -260,6 +260,8 @@ def set_options(opt):
option = opt.parser.get_option(k)
if option:
opt.parser.remove_option(k)
+ del opt.parser.defaults['PRIVATELIBDIR']
+ del opt.parser.defaults['MODULESDIR']
# get all the basic GNU options from the gnu_dirs tool