From be9fd299c57c72e476a6e5191a7aa0015ebe9656 Mon Sep 17 00:00:00 2001 From: "aric3435 (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:12:42 -0500 Subject: [PATCH] Fix compiling errors (Makefile) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82cab21..f0bae7e 100644 --- a/Makefile +++ b/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