make/CreateJmods.gmk
branchihse-setupexecute-branch
changeset 57229 37f1897abaf0
parent 57163 53d23a244f6e
parent 53683 48ff68e2fe5c
child 57230 b3b5ec7737f4
--- a/make/CreateJmods.gmk	Fri Mar 01 11:32:38 2019 +0100
+++ b/make/CreateJmods.gmk	Fri Mar 01 11:40:46 2019 +0100
@@ -120,7 +120,7 @@
     endif
   endif
 else # not java.base
-  ifeq ($(OPENJDK_TARGET_OS), windows)
+  ifeq ($(call isTargetOs, windows), true)
     # Only java.base needs to include the MSVC*_DLLs. Make sure no other module
     # tries to include them (typically imported ones).
     ifneq ($(MSVCR_DLL), )