mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-12-26 16:37:21 -05:00
added files via upload
This commit is contained in:
13
Tweaks/Alderis/lcpshim/Makefile
Normal file
13
Tweaks/Alderis/lcpshim/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
TARGET = iphone:clang:15.5:13.0
|
||||
ARCHS = arm64
|
||||
FINALPACKAGE = 1
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
LIBRARY_NAME = libcolorpicker
|
||||
|
||||
libcolorpicker_FILES = $(wildcard *.m)
|
||||
libcolorpicker_PRIVATE_FRAMEWORKS = Preferences
|
||||
libcolorpicker_EXTRA_FRAMEWORKS = Alderis
|
||||
libcolorpicker_CFLAGS = -Wno-unguarded-availability -Wno-deprecated-declarations -fmodules
|
||||
|
||||
include $(THEOS_MAKE_PATH)/library.mk
|
||||
Reference in New Issue
Block a user