Files
iOS-DiscordPresence/Makefile

10 lines
262 B
Makefile
Raw Normal View History

2022-05-06 13:48:06 -07:00
export TARGET := iphone:clang:latest:7.0
export ARCHS = armv7 arm64 arm64e
export SYSROOT = $(THEOS)/sdks/iPhoneOS14.5.sdk
INSTALL_TARGET_PROCESSES = SpringBoard
SUBPROJECTS += Tweak
include $(THEOS)/makefiles/common.mk
include $(THEOS_MAKE_PATH)/aggregate.mk