make/common/Modules.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 52714 2e52aa822c57
child 57182 2d71241be958
child 57804 9b7b9f16dfd9
--- a/make/common/Modules.gmk	Tue Feb 05 10:24:39 2019 +0100
+++ b/make/common/Modules.gmk	Tue Feb 05 14:57:24 2019 +0100
@@ -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