aboutsummaryrefslogtreecommitdiff
path: root/scripts/ue_build_linux/clang++
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2023-02-02 14:42:28 +0100
committerMartin Ridgers <[email protected]>2023-02-02 14:55:14 +0100
commit995b9371dbd567d0ea77fc969bacccb7cd64dc4f (patch)
tree6a4df94026ae8a6018d2a82b549101b4415edd4d /scripts/ue_build_linux/clang++
parentFixed symbol resolution error because xmake reverses dependent libraries (diff)
downloadzen-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-xscripts/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..d2ebda549
--- /dev/null
+++ b/scripts/ue_build_linux/clang++
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec $UE_TOOLCHAIN_DIR/bin/clang++ --sysroot=$UE_TOOLCHAIN_DIR -stdlib=libc++ $CXXFLAGS $*