make/common/Modules.gmk
branchJDK-8200758-branch
changeset 57027 124983f48645
parent 57017 1b08af362a30
child 57039 98d3963b0b7b
--- a/make/common/Modules.gmk	Fri Nov 09 11:15:38 2018 -0500
+++ b/make/common/Modules.gmk	Fri Nov 16 14:42:43 2018 -0500
@@ -231,9 +231,9 @@
 endif
 
 ################################################################################
-# Some platforms don't have jpackager
+# jpackager is only on windows, macosx, and linux
 
-ifeq ($(OPENJDK_TARGET_OS), solaris)
+ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx linux), )
   MODULES_FILTER += jdk.jpackager
   MODULES_FILTER += jdk.jpackager.runtime
 endif