waf: Add autoconf --target support.
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / wscript
index 094f9cc5b4b30f7401c6c61479080c1764b23288..49d21078c47aa5759266a58b1536736b4637dc17 100755 (executable)
@@ -156,6 +156,9 @@ def set_options(opt):
     opt.add_option('--host',
                   help=SUPPRESS_HELP,
                   action='store', dest='AUTOCONF_HOST', default='')
+    opt.add_option('--target',
+                  help=SUPPRESS_HELP,
+                  action='store', dest='AUTOCONF_TARGET', default='')
     opt.add_option('--program-prefix',
                   help=SUPPRESS_HELP,
                   action='store', dest='AUTOCONF_PROGRAM_PREFIX', default='')