summaryrefslogtreecommitdiff
path: root/scripts/launch-c-xcode.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/launch-c-xcode.in')
-rw-r--r--scripts/launch-c-xcode.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/launch-c-xcode.in b/scripts/launch-c-xcode.in
new file mode 100644
index 0000000000..77a0c8aca3
--- /dev/null
+++ b/scripts/launch-c-xcode.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export CCACHE_CPP2=true
+exec "@C_LAUNCHER@" "${DEVELOPER_DIR}/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "$@"