diff options
author | Michael Adam <obnox@samba.org> | 2012-05-30 13:01:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 04:46:06 +0200 |
commit | 0659a708e7cd3d4692f6585b20fcfe8f93b524e1 (patch) | |
tree | 3cd0155750cfcd1143bd05d4b546dd349257becc /wscript_build | |
parent | fef5ce7f0f53b2a33bd30ff8ebe639f622520d20 (diff) | |
download | samba-0659a708e7cd3d4692f6585b20fcfe8f93b524e1.tar.gz |
build: add a build suffix ("4") for s4-binaries
Diffstat (limited to 'wscript_build')
-rwxr-xr-x | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index f136ac15a1b..508de7056aa 100755 --- a/wscript_build +++ b/wscript_build @@ -8,6 +8,7 @@ srcdir = "." import samba_version bld.env.suffix3 = "3" +bld.env.suffix4 = "4" # create separate build groups for building the asn1 and et compiler, then # building the C from ASN1 and IDL, and finally the main build process |