diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |