mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix compiling errors (Makefile)
This commit is contained in:
parent
83acb4f914
commit
be9fd299c5
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
@ -14,7 +16,7 @@ MODULES = jailed
|
|||
endif
|
||||
|
||||
ifndef YOUTUBE_VERSION
|
||||
YOUTUBE_VERSION = 19.39.1
|
||||
YOUTUBE_VERSION = 19.40.4
|
||||
endif
|
||||
ifndef UYOU_VERSION
|
||||
UYOU_VERSION = 3.0.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue