diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-25 15:50:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-25 15:50:43 +0100 |
| commit | 50b2fbd806f979dac9dc89a7c4923126792b3e13 (patch) | |
| tree | 1f4b904aa151b268d84a16a6f2f0b7d8b69175c0 | |
| parent | 41d7a5417027c5cdd0158ea99cbf036920740d42 (diff) | |
Fix typo in wscript.v2.16.4
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def configure(conf): conf.env.DISABLE_GUI = conf.options.disable_gui conf.env.DISABLE_TESTS = conf.options.disable_tests conf.env.TARGET_WINDOWS_64 = conf.options.target_windows_64 - conf.env.TARGET_WINDOWS_32 = conf.options.target_windows_64 + conf.env.TARGET_WINDOWS_32 = conf.options.target_windows_32 conf.env.TARGET_OSX = sys.platform == 'darwin' conf.env.TARGET_LINUX = not conf.env.TARGET_WINDOWS_64 and not conf.env.TARGET_WINDOWS_32 and not conf.env.TARGET_OSX conf.env.VERSION = VERSION |
