tFix typo - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 0fa9c08f96c0101b5014958f6e1b5f3add5f8951
DIR parent 38af4f8c4110903d71d6ede391d300329cea9bc3
HTML Author: Ben Webb <ben@salilab.org>
Date: Thu, 12 Nov 2020 00:37:08 -0800
Fix typo
Diffstat:
M win32/install.nsi.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/win32/install.nsi.in b/win32/install.nsi.in
t@@ -20,7 +20,7 @@ Var MUI_TEMP
!if "@host@" == "i686-w64-mingw32"
; 32-bit build; no special setup
-!else if "@host@" == "x86_64-w64-mingw64"
+!else if "@host@" == "x86_64-w64-mingw32"
; 64-bit build
!define DOPEWARS_64BIT
!else