make/common/Modules.gmk
branchJDK-8200758-branch
changeset 57182 2d71241be958
parent 57106 ea870b9ce89a
parent 53683 48ff68e2fe5c
child 57399 747416ba316d
--- a/make/common/Modules.gmk	Tue Feb 12 11:58:41 2019 -0500
+++ b/make/common/Modules.gmk	Wed Feb 13 13:22:15 2019 -0500
@@ -117,11 +117,11 @@
     jdk.zipfs \
     #
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   PLATFORM_MODULES += jdk.crypto.mscapi
 endif
 
-ifeq ($(OPENJDK_TARGET_OS), solaris)
+ifeq ($(call isTargetOs, solaris), true)
   PLATFORM_MODULES += jdk.crypto.ucrypto
 endif