From a705a76bb0e8aad00a77041eaff085e5862c6dc5 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 21:20:29 +0200 Subject: add 7z dependency to xmake file --- xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 623a0d26a..3bf27c296 100644 --- a/xmake.lua +++ b/xmake.lua @@ -24,6 +24,8 @@ add_requires( "vcpkg::zstd" ) +add_requires("7z") -- for bundling + if not is_arch("arm64") then add_requires( "vcpkg::mimalloc", @@ -63,6 +65,7 @@ if is_os("windows") then "_WIN32_WINNT=0x0A00" ) add_cxxflags("/d1trimfile:$(curdir)\\") + add_cxxflags("/Zc:preprocessor") -- Enable preprocessor conformance mode -- add_ldflags("/MAP") end -- cgit v1.2.3