0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/vars-ios
James Yonan d5e72f7806 Updated dependencies and build scripts for building with Xcode 5.1:
* Updated lib-versions:

  lzo-2.08
  lz4-r119
  polarssl-1.3.8
  openssl-1.0.1h

* Turned off Minicrypto as it is broken on polarssl-1.3.8.
2014-07-09 17:51:03 -06:00

10 lines
446 B
Plaintext

export PLATFORM=ios
export APPLE_FAMILY=1
export GPP_CMD=clang++
export GCC_CMD=clang
export IOS_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
export PLATFORM_FLAGS="-arch armv7 -arch armv7s -arch arm64 -mthumb -miphoneos-version-min=5.1.1 -isysroot $IOS_SDK"
export OTHER_COMPILER_FLAGS="-fvisibility=hidden -fvisibility-inlines-hidden"
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC=""