From 013e0360db889f33def16c0cdbff370267819155 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 22 Aug 2023 14:16:42 +0200 Subject: 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 --- scripts/bundle.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/bundle.lua') diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 30ce9554b..a8a6b973a 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -103,7 +103,8 @@ local function _zip(store_only, zip_path, ...) end return end - print("7z not found") + + print("7z not found, falling back to zip") import("detect.tools.find_zip") zip_cmd = find_zip() -- cgit v1.2.3