diff options
| author | ruki <[email protected]> | 2025-09-21 11:06:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-21 20:50:55 +0800 |
| commit | 967a89d483dc6597a48ba0c0cd7a408519a0e70c (patch) | |
| tree | 3b07d1f0a16c977f1124bae7c12afe7149038943 /core/src/mimalloc/xmake.lua | |
| parent | bfcaa018829d09ca860833f6befa8cc2df52d5ea (diff) | |
fix errormimalloc
Diffstat (limited to 'core/src/mimalloc/xmake.lua')
| -rw-r--r-- | core/src/mimalloc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/mimalloc/xmake.lua b/core/src/mimalloc/xmake.lua index 39da8ec65..d436811f7 100644 --- a/core/src/mimalloc/xmake.lua +++ b/core/src/mimalloc/xmake.lua @@ -35,7 +35,7 @@ target("mimalloc") -- fast atomics if is_plat("macosx", "iphoneos") and is_arch("arm64") then - add_cflags("-Xarch_arm64;-march=armv8.1-a") + add_cflags("-Xarch_arm64", "-march=armv8.1-a") elseif is_plat("windows") and is_arch("arm64") then add_cflags("cl:/arch:armv8.1") elseif is_arch("arm64") then |
