mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-20 22:13:25 +00:00
Added support for custom c flags in nxbuild.bat
This commit is contained in:
parent
7a0cf5fd4c
commit
d8b2556502
@ -121,6 +121,7 @@ goto :BUILD
|
||||
@set TARGETLIB=libluajit_%TARGETLIB_SUFFIX%.a
|
||||
:BUILD
|
||||
del %TARGETLIB%
|
||||
@set LJCOMPILE=%LJCOMPILE% %TARGET_CFLAGS%
|
||||
@if "%1" neq "noamalg" goto :AMALG
|
||||
for %%f in (lj_*.c lib_*.c) do (
|
||||
%LJCOMPILE% %%f
|
||||
|
Loading…
Reference in New Issue
Block a user