Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit feee67f

Browse files
Fix(iOS): fix jdk17 patch
1 parent 8cb72d3 commit feee67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/jre_17/ios/jdk17u_ios.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ index 4b1c14a11..b39ea914c 100644
187187
+ifeq ($(call isTargetOs, macosx_NOTIOS), true)
188188
# exclude all X11 on Mac.
189189
EXCLUDES += \
190-
sun/awt/X11 \
190+
sun/awt/screencast \
191191
@@ -80,6 +80,12 @@ ifeq ($(call isTargetOs, macosx), true)
192192
$(wildcard $(TOPDIR)/src/java.desktop/unix/classes/sun/font/*.java) \
193193
#

0 commit comments

Comments
 (0)