diff options
| author | Liam Mitchell <[email protected]> | 2025-06-13 00:37:20 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-06-13 00:37:20 +0000 |
| commit | 2f6103bb2b519ecd87575c604d1124c2473def67 (patch) | |
| tree | ac2fdf10c758889ed6df825f0c606a7ec117030d /scripts/ue_build_linux/clang | |
| parent | 5.6.12 (diff) | |
| download | zen-2f6103bb2b519ecd87575c604d1124c2473def67.tar.xz zen-2f6103bb2b519ecd87575c604d1124c2473def67.zip | |
Update to recent UE toolchain, and link statically against toolchain libc++ and libc++abi
Diffstat (limited to 'scripts/ue_build_linux/clang')
| -rwxr-xr-x | scripts/ue_build_linux/clang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ue_build_linux/clang b/scripts/ue_build_linux/clang index f3af44c9c..9666ba4ba 100755 --- a/scripts/ue_build_linux/clang +++ b/scripts/ue_build_linux/clang @@ -1,2 +1,2 @@ #!/bin/sh -exec $UE_TOOLCHAIN_DIR/bin/clang --sysroot=$UE_TOOLCHAIN_DIR $CFLAGS $* +exec $UE_TOOLCHAIN_DIR/bin/clang --sysroot=$UE_TOOLCHAIN_DIR $CFLAGS "$@" |