summaryrefslogtreecommitdiff
path: root/scripts/launch-cxx-xcode.in
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-07-17 15:22:09 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-07-18 11:54:14 +0200
commit698542cf459e51cd72f7bc46b6979a9d67b33309 (patch)
tree651e201fabf53841a7390b11d62d3b7e2f71e389 /scripts/launch-cxx-xcode.in
parentb5c0bf1b8d18bb79ce393ac38b2e55a74863071c (diff)
downloadqtlocation-mapboxgl-698542cf459e51cd72f7bc46b6979a9d67b33309.tar.gz
[build] make Xcode use the correct compiler when it is installed in a non-standard location
Diffstat (limited to 'scripts/launch-cxx-xcode.in')
-rw-r--r--scripts/launch-cxx-xcode.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/launch-cxx-xcode.in b/scripts/launch-cxx-xcode.in
new file mode 100644
index 0000000000..7d4639ce6d
--- /dev/null
+++ b/scripts/launch-cxx-xcode.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export CCACHE_CPP2=true
+exec "@CXX_LAUNCHER@" "${DEVELOPER_DIR}/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" "$@"