Files
b2txt25/language_model/srilm-1.7.3/common/Makefile.machine.iPhoneOS-8.1-armv7

17 lines
393 B
Makefile
Raw Normal View History

2025-07-02 12:18:09 -07:00
#
# File: Makefile.machine.iPhoneOS-8.1-armv7
# Author: Mike Frandsen
# Date: Tues Nov 4, 2014
#
# 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 = 8.1
LOCAL_TARGET_ARCH = armv7
include $(SRILM)/common/Makefile.core.iOS