Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jul 11, 2024
1 parent 0df1f69 commit 399aca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export TARGET = iphone:clang:16.4:14.0
export TARGET = iphone:clang:16.5:15.0
export ARCHS = arm64

export libcolorpicker_ARCHS = arm64
Expand All @@ -14,7 +14,7 @@ MODULES = jailed
endif

ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.23.3
YOUTUBE_VERSION = 19.26.5
endif
ifndef REBORN_VERSION
REBORN_VERSION = 4.2.8
Expand Down

0 comments on commit 399aca5

Please sign in to comment.