diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 14:40:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 14:40:50 +0100 |
| commit | bd7c31d625689ddb4a38b80f39b09728b149b861 (patch) | |
| tree | 2cacc844cd92ae4a3f70e20843f6c2b155a09bc3 /platform/windows/wscript | |
| parent | d7466a14785d22e717508e5e284685a82400c6b1 (diff) | |
Fix previous.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 9d0dd957a..de249ca88 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -82,10 +82,10 @@ File "%static_deps%/bin/libboost_regex-mt.dll" File "%static_deps%/bin/libeay32.dll" """, file=f) -if bits == 32: - print('File "%static_deps%/bin/libgcc_s_sjlj-1.dll"', file=f) -else: - print('File "%static_deps%/bin/libgcc_s_seh-1.dll"', file=f) + if bits == 32: + print('File "%static_deps%/bin/libgcc_s_sjlj-1.dll"', file=f) + else: + print('File "%static_deps%/bin/libgcc_s_seh-1.dll"', file=f) print(""" File "%static_deps%/bin/libgio-2.0-0.dll" |
