20 lines
471 B
Makefile
20 lines
471 B
Makefile
#
|
|
# File: Makefile.machine.iPhoneOS-9.0-armv7s
|
|
# Author: Mike Frandsen
|
|
# Date: Tue Jul 21, 2015
|
|
#
|
|
# Description:
|
|
# Machine dependent compilation options and variable definitions
|
|
# for iOS to be built on a Mac. Relies on import of
|
|
# Makefile.core.iOS.
|
|
#
|
|
|
|
LOCAL_PLATFORM_NAME = iPhoneOS
|
|
XCODE_SDK_VERSION = 9.1
|
|
LOCAL_TARGET_ARCH = arm64
|
|
|
|
include $(SRILM)/common/Makefile.core.iOS
|
|
|
|
ADDITIONAL_CFLAGS += -fembed-bitcode
|
|
ADDITIONAL_CXXFLAGS += -fembed-bitcode
|