diff options
| author | Martin Ridgers <[email protected]> | 2023-02-02 14:42:28 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2023-02-02 14:55:14 +0100 |
| commit | 995b9371dbd567d0ea77fc969bacccb7cd64dc4f (patch) | |
| tree | 6a4df94026ae8a6018d2a82b549101b4415edd4d /scripts/ue_build_linux/clang | |
| parent | Fixed symbol resolution error because xmake reverses dependent libraries (diff) | |
| download | zen-995b9371dbd567d0ea77fc969bacccb7cd64dc4f.tar.xz zen-995b9371dbd567d0ea77fc969bacccb7cd64dc4f.zip | |
Scripts to acquire and use UE's Linux toolchain
Diffstat (limited to 'scripts/ue_build_linux/clang')
| -rwxr-xr-x | scripts/ue_build_linux/clang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ue_build_linux/clang b/scripts/ue_build_linux/clang new file mode 100755 index 000000000..f3af44c9c --- /dev/null +++ b/scripts/ue_build_linux/clang @@ -0,0 +1,2 @@ +#!/bin/sh +exec $UE_TOOLCHAIN_DIR/bin/clang --sysroot=$UE_TOOLCHAIN_DIR $CFLAGS $* |