mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-19 21:43:27 +00:00
Use clang to build the .s file
This commit is contained in:
parent
735871c38b
commit
9a837f712e
@ -78,7 +78,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
|
||||
@set LJLIB="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-ar" rcus
|
||||
@set INCLUDE=""
|
||||
|
||||
"%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-as" -o lj_vm.o lj_vm.s
|
||||
"%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-clang" -c -o lj_vm.o lj_vm.s
|
||||
|
||||
@if "%1" neq "debug" goto :NODEBUG
|
||||
@shift
|
||||
|
Loading…
Reference in New Issue
Block a user