summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index a31939e6bb..b2e6f2a4ef 100644
--- a/wscript
+++ b/wscript
@@ -26,10 +26,9 @@ samba_dist.DIST_BLACKLIST('README Manifest Read-Manifest-Now Roadmap source3/ '
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'
+os.environ['TOPLEVEL_BUILD'] = '1'
def set_options(opt):
- os.putenv('TOPLEVEL_BUILD', '1')
-
opt.BUILTIN_DEFAULT('NONE')
opt.PRIVATE_EXTENSION_DEFAULT('samba4')
opt.RECURSE('lib/replace')