diff options
-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 |