Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8256501: libTestMainKeyWindow fails to build with Xcode 12.2
Backport-of: 4e5116c
  • Loading branch information
Vladimir Kempik committed Apr 6, 2021
1 parent 079ecdb commit 039003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test/JtregNativeJdk.gmk
Expand Up @@ -78,7 +78,7 @@ endif

ifeq ($(call isTargetOs, macosx), true)
BUILD_JDK_JTREG_LIBRARIES_CFLAGS_libTestMainKeyWindow := -ObjC
BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := -framework JavaVM \
BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := \
-framework Cocoa -framework JavaNativeFoundation
BUILD_JDK_JTREG_EXECUTABLES_LIBS_exeJniInvocationTest := -ljli
else
Expand Down

1 comment on commit 039003d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.