diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,6 @@ add_requires( "vcpkg::json11", "vcpkg::lua", "vcpkg::lz4", - "vcpkg::mimalloc", "vcpkg::openssl", "vcpkg::robin-map", "vcpkg::sol2", @@ -25,6 +24,7 @@ add_requires( if not is_arch("arm64") then add_requires( + "vcpkg::mimalloc", "vcpkg::sentry-native" ) end |