diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-10 00:32:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-10 00:32:31 +0100 |
| commit | 7604c15ff19411bf5a84e4b569399a3595006908 (patch) | |
| tree | 7a30f734a60b85c4889b7244c34c49cf427bb8f2 /wscript | |
| parent | 78471c43c0c55fb9b25b4beb03dd861439da4f40 (diff) | |
Typo.
Diffstat (limited to 'wscript')
| -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', 'swaoop-theater']) + opt.add_option('--variant', help='build variant', choices=['swaroop-studio', 'swaroop-theater']) def configure(conf): conf.load('compiler_cxx') |
