20 lines
485 B
Makefile
20 lines
485 B
Makefile
#
|
|
# File: Makefile.machine.iPhoneSimulator-9.2-x86_64
|
|
# Author: Mike Frandsen
|
|
# Date: Thu Jan 5, 2017
|
|
#
|
|
# 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 = iPhoneSimulator
|
|
XCODE_SDK_VERSION = 9.2
|
|
LOCAL_TARGET_ARCH = x86_64
|
|
|
|
include $(SRILM)/common/Makefile.core.iOS
|
|
|
|
ADDITIONAL_CFLAGS += -fembed-bitcode
|
|
ADDITIONAL_CXXFLAGS += -fembed-bitcode
|