make/lib/Lib-java.security.jgss.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 51853 ec62d6cab037
child 55354 74f0622db875
--- a/make/lib/Lib-java.security.jgss.gmk	Tue Feb 05 10:24:39 2019 +0100
+++ b/make/lib/Lib-java.security.jgss.gmk	Tue Feb 05 14:57:24 2019 +0100
@@ -44,7 +44,7 @@
 
 ifneq ($(BUILD_CRYPTO), false)
 
-  ifeq ($(OPENJDK_TARGET_OS), windows)
+  ifeq ($(call isTargetOs, windows), true)
     $(eval $(call SetupJdkLibrary, BUILD_LIBW2K_LSA_AUTH, \
         NAME := w2k_lsa_auth, \
         OPTIMIZATION := LOW, \
@@ -59,7 +59,7 @@
     TARGETS += $(BUILD_LIBW2K_LSA_AUTH)
   endif
 
-  ifeq ($(OPENJDK_TARGET_OS), macosx)
+  ifeq ($(call isTargetOs, macosx), true)
     # libosxkrb5 needs to call deprecated krb5 APIs so that java
     # can use the native credentials cache.
     $(eval $(call SetupJdkLibrary, BUILD_LIBOSXKRB5, \