aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-08-22 14:16:42 +0200
committerGitHub <[email protected]>2023-08-22 14:16:42 +0200
commit013e0360db889f33def16c0cdbff370267819155 (patch)
tree0de8e7f47aacba05d16f282ef1f6aba736cb5337 /xmake.lua
parentFix construction order in OpenProcessCache (#374) (diff)
downloadzen-013e0360db889f33def16c0cdbff370267819155.tar.xz
zen-013e0360db889f33def16c0cdbff370267819155.zip
revive UE toolchain build (#343)
* add comment about 7z usage in xmake bundle * add ue-libcxx lib/headers and licence + tps * update get_ue_toolchain.sh to use embedded libc++ and decouple from p4 * clearer output when falling back to zip from 7z * update ci scripts to use ue toolchain on linux * updated linux build README.md * changelog
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