- Fix build type glitch for x86.

This commit is contained in:
basil00
2013-12-03 11:57:37 +08:00
parent 3f7e289c95
commit e27e13cdf2
+1 -1
View File
@@ -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