tFix typo - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 0fa9c08f96c0101b5014958f6e1b5f3add5f8951
parent 38af4f8c4110903d71d6ede391d300329cea9bc3
Author: Ben Webb 
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(-)
---
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