diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 18:06:42 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 18:06:42 +0200 |
| commit | 7aae02e039d1d1882c9f46c4b485c79318e4a8ef (patch) | |
| tree | 9c94485f9eda7768f9eaf8a35018c6cdbabed172 /xmake.lua | |
| parent | in-tree: gsl-lite (diff) | |
| download | zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.tar.xz zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.zip | |
in-tree: mimalloc (zen-repo package)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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") |