make/ModuleWrapper.gmk
changeset 53683 48ff68e2fe5c
parent 52714 2e52aa822c57
child 58908 73bb9c4002cc
--- a/make/ModuleWrapper.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/ModuleWrapper.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -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, \