aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
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 /src/zencore
parentin-tree: gsl-lite (diff)
downloadzen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.tar.xz
zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.zip
in-tree: mimalloc (zen-repo package)
Diffstat (limited to 'src/zencore')
-rw-r--r--src/zencore/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index 5dcb6ded4..00457fc2f 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -21,7 +21,7 @@ target('zencore')
end
if has_config("zenmimalloc") then
- add_packages("vcpkg::mimalloc")
+ add_packages("mimalloc")
end
add_deps("zenbase")