Files
b2txt25/language_model/srilm-1.7.3/common/Makefile.machine.iPhoneSimulator-8.4-i386
2025-07-02 12:18:09 -07:00

17 lines
405 B
Makefile

#
# File: Makefile.machine.iPhoneSimulator-8.1-i386
# 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 = iPhoneSimulator
XCODE_SDK_VERSION = 8.4
LOCAL_TARGET_ARCH = i386
include $(SRILM)/common/Makefile.core.iOS