Skip to content

Commit

Permalink
Fix(iOS): fix jdk17 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Nov 30, 2024
1 parent 8cb72d3 commit feee67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/jre_17/ios/jdk17u_ios.diff
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ index 4b1c14a11..b39ea914c 100644
+ifeq ($(call isTargetOs, macosx_NOTIOS), true)
# exclude all X11 on Mac.
EXCLUDES += \
sun/awt/X11 \
sun/awt/screencast \
@@ -80,6 +80,12 @@ ifeq ($(call isTargetOs, macosx), true)
$(wildcard $(TOPDIR)/src/java.desktop/unix/classes/sun/font/*.java) \
#
Expand Down

0 comments on commit feee67f

Please sign in to comment.