make/CreateJmods.gmk
changeset 53683 48ff68e2fe5c
parent 52804 28094715ae71
child 53995 ecc2bcc3beb0
child 57229 37f1897abaf0
--- a/make/CreateJmods.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/CreateJmods.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -118,7 +118,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), )