summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-04-12 14:03:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-12 14:16:42 +0200
commitbe08ef61313eb84d608eb56264189fc85e171eff (patch)
treed35bc202595d936805c41d01d39bbed5bac12f60 /configure
parentcc38a1eee8081c6c48f801d007291156f6be3f90 (diff)
iOS: Automatically disable rpath since it's not supported
Change-Id: If4f707f5d32a1a38b9ca11d4f1703e1f20bb3c20 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1b301b7ca9..f0037479ab 100755
--- a/configure
+++ b/configure
@@ -2830,6 +2830,7 @@ if [ "$CFG_FORCEDEBUGINFO" = "yes" ]; then
fi
if [ "$XPLATFORM_IOS" = "yes" ]; then
+ CFG_RPATH="no"
CFG_PKGCONFIG="no"
CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples tests"
CFG_SHARED="no" # iOS builds should be static to be able to submit to the App Store