Files
epics-base/configure/os/CONFIG_SITE.Common.iosCommon
T
2010-11-29 10:38:06 +00:00

25 lines
548 B
Plaintext

# CONFIG_SITE.Common.iosCommon
#
# Revision-Id: anj@aps.anl.gov-20101005192737-disfz3vs0f3fiixd
# 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
# 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