Re #1630 (misc): Fixed compilation error on iOS by setting AR_FLAGS (introduced in r4628) in configure-iphone

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4633 74dad513-b988-da41-8d7b-12977e46ad98
remotes/origin/uwp
Sauw Ming 11 years ago
parent fdd63c3b60
commit 3b238cc900

@ -125,6 +125,7 @@ fi
export CFLAGS="${CFLAGS} -DPJ_SDK_NAME=\"\\\"`basename $SDKPATH`\\\"\" ${ARCH} -isysroot ${SDKPATH}"
export LDFLAGS="${LDFLAGS} ${ARCH} -isysroot ${SDKPATH} -framework AudioToolbox -framework Foundation"
export AR="${TCPATH}/usr/bin/libtool -static -o"
export AR_FLAGS=" "
export RANLIB="echo ranlib"
# Use gcc -E as preprocessor instead of cpp, since cpp will find the
# header files in standard /usr/include instead of in isysroot

Loading…
Cancel
Save