From df68651046d357c55a1202042e52aa44ecfa2d41 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 8 Jan 2015 16:59:09 -0500 Subject: [PATCH] target x86, not x64 in win-build.bat --- win-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-build.bat b/win-build.bat index 38ef6ea..7c6f882 100644 --- a/win-build.bat +++ b/win-build.bat @@ -3,6 +3,6 @@ del /f /s /q build rd /s /q build mkdir build cd build -call setenv /x64 /Debug +call setenv /x86 /Debug cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../ nmake -f Makefile -- 2.1.4