iOS: Automatically disable rpath since it's not supported
Change-Id: If4f707f5d32a1a38b9ca11d4f1703e1f20bb3c20 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
parent
cc38a1eee8
commit
be08ef6131
1
configure
vendored
1
configure
vendored
@ -2830,6 +2830,7 @@ if [ "$CFG_FORCEDEBUGINFO" = "yes" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XPLATFORM_IOS" = "yes" ]; then
|
if [ "$XPLATFORM_IOS" = "yes" ]; then
|
||||||
|
CFG_RPATH="no"
|
||||||
CFG_PKGCONFIG="no"
|
CFG_PKGCONFIG="no"
|
||||||
CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples tests"
|
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
|
CFG_SHARED="no" # iOS builds should be static to be able to submit to the App Store
|
||||||
|
Loading…
Reference in New Issue
Block a user