Skip to content

Commit 7da4c0a

Browse files
Fix missing dylibs (Makefile)
1 parent 850e494 commit 7da4c0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ ifeq ($(SPONSORBLOCK_ENABLED),1)
6060
$(TWEAK_NAME)_INJECT_DYLIBS += $(THEOS_OBJ_DIR)/iSponsorBlock.dylib
6161
endif
6262

63+
ifeq ($(YTUHD_ENABLED),1)
64+
$(TWEAK_NAME)_INJECT_DYLIBS += $(THEOS_OBJ_DIR)/YTUHD.dylib
65+
endif
66+
6367
$(TWEAK_NAME)_EMBED_LIBRARIES = $(THEOS_OBJ_DIR)/libcolorpicker.dylib
6468
$(TWEAK_NAME)_EMBED_FRAMEWORKS = $(_THEOS_LOCAL_DATA_DIR)/$(THEOS_OBJ_DIR_NAME)/install_Alderis.xcarchive/Products/var/jb/Library/Frameworks/Alderis.framework
6569
$(TWEAK_NAME)_EMBED_BUNDLES = $(wildcard Bundles/*.bundle)

0 commit comments

Comments
 (0)