aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 18:06:42 +0200
committerStefan Boberg <[email protected]>2025-10-25 18:06:42 +0200
commit7aae02e039d1d1882c9f46c4b485c79318e4a8ef (patch)
tree9c94485f9eda7768f9eaf8a35018c6cdbabed172 /xmake.lua
parentin-tree: gsl-lite (diff)
downloadzen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.tar.xz
zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.zip
in-tree: mimalloc (zen-repo package)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index a85c5c8cf..6dca1d44d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -8,6 +8,7 @@ add_requires("xxhash 0.8.2", {system = false})
add_requires("lz4", {system = false})
add_requires("lua", {system = false})
add_requires("http_parser", {system = false})
+add_requires("mimalloc", {system = false})
add_requires(
"vcpkg::curl",
@@ -40,8 +41,6 @@ if is_plat("linux") and "$(env UE_TOOLCHAIN_DIR)" ~= "" then
set_toolset("objcopy", "$(env UE_TOOLCHAIN_DIR)/bin/llvm-objcopy")
end
-add_requires("vcpkg::mimalloc")
-
if has_config("zensentry") then
if is_plat("linux") then
add_requires("vcpkg::sentry-native 0.5.4")