target x86, not x64 in win-build.bat
[gssweb.git] / 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