Updated Windows build script.

This commit is contained in:
Stephen Anthony 2020-02-02 11:01:23 -03:30
parent 1c8b6721b4
commit 0781e7d720
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if not exist "flip.exe" (
set HAVE_FLIP=0
)
set RELEASE_32=Release
set RELEASE_32=Win32\Release
set RELEASE_64=x64\Release
echo.