mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Restore Nov 6 2025 Makefile
Exception: Updated YouTube Version to 20.50.9
This commit is contained in:
parent
553c49d177
commit
640c591dec
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,3 +1,5 @@
|
||||||
|
export TARGET = iphone:clang:17.5:15.0
|
||||||
|
export SDK_PATH = $(THEOS)/sdks/iPhoneOS17.5.sdk/
|
||||||
export SYSROOT = $(SDK_PATH)
|
export SYSROOT = $(SDK_PATH)
|
||||||
export ARCHS = arm64
|
export ARCHS = arm64
|
||||||
|
|
||||||
|
|
@ -14,7 +16,7 @@ MODULES = jailed
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef YOUTUBE_VERSION
|
ifndef YOUTUBE_VERSION
|
||||||
YOUTUBE_VERSION = 20.25.4
|
YOUTUBE_VERSION = 20.50.9
|
||||||
endif
|
endif
|
||||||
ifndef UYOU_VERSION
|
ifndef UYOU_VERSION
|
||||||
UYOU_VERSION = 3.0.4
|
UYOU_VERSION = 3.0.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue