Skip to content

Instantly share code, notes, and snippets.

@ytlvy
Created October 7, 2015 10:50
Show Gist options
  • Save ytlvy/2fff6438bcccd6a73a50 to your computer and use it in GitHub Desktop.
Save ytlvy/2fff6438bcccd6a73a50 to your computer and use it in GitHub Desktop.
theos 支持arm64的标准makefile写法
ARCHS = armv7 armv7s arm64
TARGET = iphone:8.4:7.0
#TARGET = iPhone:latest:7.0
#ARCHS这些定义一定要放到include之上
include theos/makefiles/common.mk
TWEAK_NAME = test
test_FILES = Tweak.xm
test_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
#make
#make clean
#make package
#make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment