aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 930ef65c1..ac01f4694 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -30,7 +30,8 @@ else
end
if is_plat("windows") then
- add_requires("7z") -- for bundling
+ -- for bundling, linux tries to compile from source which fails with UE toolchain, fallback is regular zip
+ add_requires("7z")
end
if not is_arch("arm64") then