From 7726357cc019b3a242d30a7347390e489428a72a Mon Sep 17 00:00:00 2001 From: JCash Date: Wed, 23 Nov 2022 16:29:24 +0100 Subject: [PATCH] Added LUAJIT_USE_SYSMALLOC --- src/ps5build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps5build.bat b/src/ps5build.bat index 49786144..56818c2e 100644 --- a/src/ps5build.bat +++ b/src/ps5build.bat @@ -74,7 +74,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c @if errorlevel 1 goto :BAD @rem ---- Cross compiler ---- -@set LJCOMPILE="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-clang" -c -Wall -DLUAJIT_DISABLE_FFI %GC64% +@set LJCOMPILE="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-clang" -c -Wall -DLUAJIT_DISABLE_FFI -DLUAJIT_USE_SYSMALLOC %GC64% @set LJLIB="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-ar" rcus @set INCLUDE=""