Fix previous.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 13:40:50 +0000 (14:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 13:40:50 +0000 (14:40 +0100)
platform/windows/wscript

index 9d0dd957a0c7b1457b061fa067f7d0ee64d9af0d..de249ca886f303248f5fc4bb15b3918a5e837159 100644 (file)
@@ -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"