Created
October 7, 2015 10:50
-
-
Save ytlvy/2fff6438bcccd6a73a50 to your computer and use it in GitHub Desktop.
theos 支持arm64的标准makefile写法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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