make/launcher/Launcher-jdk.accessibility.gmk
changeset 53683 48ff68e2fe5c
parent 49244 995a5556edfa
child 54513 2fd0422ac495
--- a/make/launcher/Launcher-jdk.accessibility.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/launcher/Launcher-jdk.accessibility.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -28,7 +28,7 @@
 ################################################################################
 # jabswitch
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
 
   JABSWITCH_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/jabswitch
   ACCESSBRIDGE_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/common
@@ -98,7 +98,7 @@
 
   endef
 
-  ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
+  ifeq ($(call isTargetCpuBits, 32), true)
     $(eval $(call SetupInspector,-32,32))
     $(eval $(call SetupWalker,-32,32))
     $(eval $(call SetupInspector,,LEGACY))