make/ModuleWrapper.gmk
changeset 53804 f42d42c1ebdc
parent 53683 48ff68e2fe5c
child 58908 73bb9c4002cc
--- a/make/ModuleWrapper.gmk	Sun Feb 17 15:15:30 2019 -0800
+++ b/make/ModuleWrapper.gmk	Mon Feb 18 10:45:21 2019 +0530
@@ -42,7 +42,7 @@
 include $(MAKEFILE_PREFIX)-$(MODULE).gmk
 
 # Setup copy rules from the modules directories to the jdk image directory.
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   TO_BIN_FILTER := %$(SHARED_LIBRARY_SUFFIX) %.diz %.pdb %.map
 
   $(eval $(call SetupCopyFiles, COPY_LIBS_TO_BIN, \