competition update

This commit is contained in:
nckcard
2025-07-02 12:18:09 -07:00
parent 9e17716a4a
commit 77dbcf868f
2615 changed files with 1648116 additions and 125 deletions

View File

@@ -0,0 +1,16 @@
#
# File: Makefile.machine.iPhoneOS-7.1-armv7s
# Author: Mike Frandsen
# Date: Mon Apr 7, 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 = 7.1
LOCAL_TARGET_ARCH = arm64
include $(SRILM)/common/Makefile.core.iOS