diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-05 23:17:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-05 23:17:56 +0100 |
| commit | e09df0d2680a01003af057df8eab6bec0133731a (patch) | |
| tree | b09f70accceff3b5fba5043f18e33e987e6e1213 | |
| parent | 232ddcc9892a7dfd54efa7533c27c4cfdf71bffd (diff) | |
Add some more help for --variant.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ def options(opt): opt.add_option('--static-curl', action='store_true', default=False, help='link statically to libcurl') opt.add_option('--workaround-gssapi', action='store_true', default=False, help='link to gssapi_krb5') opt.add_option('--force-cpp11', action='store_true', default=False, help='force use of C++11') - opt.add_option('--variant', help='build variant', choices=['swaroop-studio', 'swaroop-theater']) + opt.add_option('--variant', help='build variant (swaroop-studio, swaroop-theater)', choices=['swaroop-studio', 'swaroop-theater']) def configure(conf): conf.load('compiler_cxx') |
