Displaying 1 result from an estimated 1 matches for "darwin_ios".
2016 May 02
0
Compiling for iOS & Simulator
Hi all,
I'm trying to compile for iOS + Simulator. My current configure arguments
for my simulator builds look like:
./configure --enable-float-approx --disable-shared --enable-static
--with-pic --disable-extra-programs --disable-doc
--host=i386-apple-darwin_ios \
LDFLAGS="$LDFLAGS -fPIE -miphoneos-version-min=${MIN_IOS_VERSION}
-L${BUILD_DIR}/opus/lib" \
CFLAGS="$CFLAGS -arch i386 ${OPT_CFLAGS} -fPIE
-miphoneos-version-min=${MIN_IOS_VERSION} -I${BUILD_DIR}/opus/include
-isysroot
${DEVELOPER}/Platforms/iPhoneSimulator.platform/Developer/SDKs...