diff options
| author | Martin Ridgers <[email protected]> | 2021-10-07 08:45:16 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-07 11:30:39 +0200 |
| commit | 80fc3cd9a46ef0c4df2f47f81a2f4808ee6c6536 (patch) | |
| tree | edb2e5ba66965937114195ddbadf0155b7de69c8 /zencore/xmake.lua | |
| parent | Fixed signed/unsigned comparison mismatch (diff) | |
| download | zen-80fc3cd9a46ef0c4df2f47f81a2f4808ee6c6536.tar.xz zen-80fc3cd9a46ef0c4df2f47f81a2f4808ee6c6536.zip | |
Fixed undefined mimalloc symbols
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index f0ce7bddb..1abd86b7b 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -18,6 +18,7 @@ target('zencore') "vcpkg::fmt", "vcpkg::doctest", "vcpkg::lz4", + "vcpkg::mimalloc", "vcpkg::json11", "vcpkg::cpr", "vcpkg::curl", -- required by cpr |