1 parent 850e494 commit 7da4c0aCopy full SHA for 7da4c0a
1 file changed
Makefile
@@ -60,6 +60,10 @@ ifeq ($(SPONSORBLOCK_ENABLED),1)
60
$(TWEAK_NAME)_INJECT_DYLIBS += $(THEOS_OBJ_DIR)/iSponsorBlock.dylib
61
endif
62
63
+ifeq ($(YTUHD_ENABLED),1)
64
+$(TWEAK_NAME)_INJECT_DYLIBS += $(THEOS_OBJ_DIR)/YTUHD.dylib
65
+endif
66
+
67
$(TWEAK_NAME)_EMBED_LIBRARIES = $(THEOS_OBJ_DIR)/libcolorpicker.dylib
68
$(TWEAK_NAME)_EMBED_FRAMEWORKS = $(_THEOS_LOCAL_DATA_DIR)/$(THEOS_OBJ_DIR_NAME)/install_Alderis.xcarchive/Products/var/jb/Library/Frameworks/Alderis.framework
69
$(TWEAK_NAME)_EMBED_BUNDLES = $(wildcard Bundles/*.bundle)
0 commit comments