target x86, not x64 in win-build.bat
authorKevin Wasserman <krwasserman@hotmail.com>
Thu, 8 Jan 2015 21:59:09 +0000 (16:59 -0500)
committerKevin Wasserman <krwasserman@painless-security.com>
Thu, 15 Jan 2015 19:34:15 +0000 (14:34 -0500)
win-build.bat

index 38ef6ea..7c6f882 100644 (file)
@@ -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