Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Oct 10, 2024
1 parent 7d64e8b commit f2735b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export TARGET = iphone:clang:16.5:15.0
export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/
export SYSROOT = $(SDK_PATH)
export ARCHS = arm64

export libcolorpicker_ARCHS = arm64
Expand All @@ -14,11 +16,12 @@ MODULES = jailed
endif

ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.28.1
YOUTUBE_VERSION = 19.40.4
endif
ifndef REBORN_VERSION
REBORN_VERSION = 4.2.8
endif
PACKAGE_NAME = $(TWEAK_NAME)
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(REBORN_VERSION)

INSTALL_TARGET_PROCESSES = YouTube
Expand Down

0 comments on commit f2735b2

Please sign in to comment.