Skip to content

Commit

Permalink
Fix compiling errors (Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Oct 9, 2024
1 parent 83acb4f commit be9fd29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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,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
Expand Down

0 comments on commit be9fd29

Please sign in to comment.