summaryrefslogtreecommitdiff
path: root/configure-iphone
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-08-06 09:15:11 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-08-06 09:15:11 +0000
commit4932a640bee0dd9d807ecb0e3bc526621e8be071 (patch)
tree68571ecf864ee26e5a86490ea4ebbeed33121321 /configure-iphone
parenteb57ca92baa9b5984c6c06c593062ab488726a80 (diff)
Re #1870: Modified the last identifier of the build triplet from darwin to darwin_ios to distinguish between iOS and MacOS platforms.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5150 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure-iphone')
-rwxr-xr-xconfigure-iphone2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-iphone b/configure-iphone
index fa832970..cf399189 100755
--- a/configure-iphone
+++ b/configure-iphone
@@ -146,7 +146,7 @@ if test "1" = "1"; then
fi
# And finally invoke the configure script itself
-./aconfigure --host=${ARCH_VAL}-apple-darwin --disable-sdl $*
+./aconfigure --host=${ARCH_VAL}-apple-darwin_ios --disable-sdl $*
if test "$?" = "0"; then
echo "Done configuring for `basename $SDKPATH`"