fix typo in Windows "build.bat"

This commit is contained in:
Matthew Flatt 2014-06-02 17:27:09 +01:00
parent c1c12b05f5
commit a539f4ed25

View File

@ -41,7 +41,7 @@ if errorlevel 1 exit /B 1
cd ..
cd mzcom
..\..\..\racket -G ..\%BUILD_CONFIG -cu xform.rkt
..\..\..\racket -G ..\%BUILD_CONFIG% -cu xform.rkt
if errorlevel 1 exit /B 1
cd ..