diff options
| author | Liam Mitchell <[email protected]> | 2025-06-13 22:47:45 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-06-13 22:47:45 +0000 |
| commit | 0e125c72c58d41f6088aefde6e0d4e9c00b85578 (patch) | |
| tree | 76792d3b02954c1cc77270d98e659a1bad915d07 /xmake.lua | |
| parent | Update to recent UE toolchain, and link statically against toolchain libc++ a... (diff) | |
| download | zen-0e125c72c58d41f6088aefde6e0d4e9c00b85578.tar.xz zen-0e125c72c58d41f6088aefde6e0d4e9c00b85578.zip | |
Use llvm-objcopy provided by UE toolchain
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ if is_plat("linux") and "$(env UE_TOOLCHAIN_DIR)" ~= "" then add_ldflags("-static-libstdc++") add_ldflags("$(projectdir)/thirdparty/ue-libcxx/lib64/libc++.a") add_ldflags("$(projectdir)/thirdparty/ue-libcxx/lib64/libc++abi.a") + set_toolset("objcopy", "$(env UE_TOOLCHAIN_DIR)/bin/llvm-objcopy") end add_requires("vcpkg::mimalloc") |