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 /src/zencore | |
| parent | in-tree: gsl-lite (diff) | |
| download | zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.tar.xz zen-7aae02e039d1d1882c9f46c4b485c79318e4a8ef.zip | |
in-tree: mimalloc (zen-repo package)
Diffstat (limited to 'src/zencore')
| -rw-r--r-- | src/zencore/xmake.lua | 2 |
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") |