We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5febe08 + 4e5116c commit 50388d0Copy full SHA for 50388d0
make/test/JtregNativeJdk.gmk
@@ -78,7 +78,7 @@ endif
78
ifeq ($(call isTargetOs, macosx), true)
79
BUILD_JDK_JTREG_EXCLUDE += exelauncher.c
80
BUILD_JDK_JTREG_LIBRARIES_CFLAGS_libTestMainKeyWindow := -ObjC
81
- BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := -framework JavaVM \
+ BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := \
82
-framework Cocoa -framework JavaNativeFoundation
83
BUILD_JDK_JTREG_EXECUTABLES_LIBS_exeJniInvocationTest := -ljli
84
else
0 commit comments