Skip to content

Commit 50388d0

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents 5febe08 + 4e5116c commit 50388d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/test/JtregNativeJdk.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878
ifeq ($(call isTargetOs, macosx), true)
7979
BUILD_JDK_JTREG_EXCLUDE += exelauncher.c
8080
BUILD_JDK_JTREG_LIBRARIES_CFLAGS_libTestMainKeyWindow := -ObjC
81-
BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := -framework JavaVM \
81+
BUILD_JDK_JTREG_LIBRARIES_LIBS_libTestMainKeyWindow := \
8282
-framework Cocoa -framework JavaNativeFoundation
8383
BUILD_JDK_JTREG_EXECUTABLES_LIBS_exeJniInvocationTest := -ljli
8484
else

0 commit comments

Comments
 (0)