From e27e13cdf229ccbcf8f6a208f1b16cc2d83e8570 Mon Sep 17 00:00:00 2001 From: basil00 Date: Tue, 3 Dec 2013 11:57:37 +0800 Subject: [PATCH] - Fix build type glitch for x86. --- msvc-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc-build.bat b/msvc-build.bat index 1c297fe..86184da 100644 --- a/msvc-build.bat +++ b/msvc-build.bat @@ -21,7 +21,7 @@ :: Determine target CPU. -cl 2>&1 | findstr "32" > NUL +cl 2>&1 | findstr "x86" > NUL if %ERRORLEVEL% == 0 ( set TARGET=i386