Files
pcas/configure/os/CONFIG_SITE.Common.iosCommon
Andrew Johnson df6f042b5a configure: Update Apple iOS builds
* Default IOS_VERSION to 5.0
* Allow ARMv6 and ARMv7 universal binaries by setting ARCH_CLASS
* Switch from g++ to clang++
2011-12-02 10:42:43 -06:00

27 lines
539 B
Plaintext

# CONFIG_SITE.Common.iosCommon
#
# $Revision-Id$
# This file is maintained by the build community.
#
# Site-specific settings for Apple iOS builds
#-------------------------------------------------------
# iOS Version number
#IOS_VERSION = 3.2
#IOS_VERSION = 4.1
#IOS_VERSION = 4.3
IOS_VERSION = 5.0
# Most sites will want shared libraries
STATIC_BUILD=NO
SHARED_LIBRARIES=YES
# Platform path, this is probably correct
XCODE_PATH := $(shell xcode-select -print-path)
PLATFORM_DIR = $(XCODE_PATH)/Platforms/$(IOS_PLATFORM).platform