Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit e3d5b21

Browse files
author
Mike Pall
committed
Fix quoting in xedkbuild.bat (again).
1 parent 2be62dc commit e3d5b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xedkbuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
5454
@if errorlevel 1 goto :BAD
5555

5656
@rem ---- Cross compiler ----
57-
@set "LJCOMPILE=%XEDK%\bin\win32\cl /nologo /c /MT /O2 /W3 /GF /Gm- /GR- /GS- /Gy /openmp- /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /D_XBOX /D_LIB /DLUAJIT_USE_SYSMALLOC"
58-
@set "LJLIB=%XEDK%\bin\win32\lib /nologo"
57+
@set LJCOMPILE="%XEDK%\bin\win32\cl" /nologo /c /MT /O2 /W3 /GF /Gm- /GR- /GS- /Gy /openmp- /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /D_XBOX /D_LIB /DLUAJIT_USE_SYSMALLOC
58+
@set LJLIB="%XEDK%\bin\win32\lib" /nologo
5959
@set "INCLUDE=%XEDK%\include\xbox"
6060

6161
@if "%1" neq "debug" goto :NODEBUG

0 commit comments

Comments
 (0)