From eb9252a2ab0952e4065436046caf5035a7c68cf8 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Fri, 14 Jan 2022 09:49:23 +0100 Subject: Fixed up compile errors if mimalloc use is disabled --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 6c5ee63b3..cf868291a 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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 -- cgit v1.2.3