12345678910111213141516171819 |
- ARCHS = arm64
- TARGET = appletv
- export GO_EASY_ON_ME=1
- export SDKVERSION=11.0
- THEOS_DEVICE_IP=bedroom.local
- include theos/makefiles/common.mk
- LIBRARY_NAME = CycriptLoader
- CycriptLoader_FILES = CycriptLoader.xm
- CycriptLoader_FRAMEWORKS = Foundation
- CycriptLoader_LDFLAGS = -lcycript -undefined dynamic_lookup
- include $(THEOS_MAKE_PATH)/library.mk
- after-install::
- install.exec "killall -9 lsd"
|