Skip to content

Commit

Permalink
- Fix build type glitch for x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Dec 3, 2013
1 parent 3f7e289 commit e27e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e27e13c

Please sign in to comment.