* commit '2e64f64c9bc1cc8cbf0f59723b78a278dec66b3b': add platform.zip from platform-java to dist
This commit is contained in:
commit
979bf12816
1 changed files with 2 additions and 2 deletions
|
@ -842,8 +842,8 @@ platform: $(INSTALLED_PLATFORM_ZIP)
|
|||
platform-java: platform
|
||||
|
||||
# Dist the platform.zip
|
||||
ifneq (,$(filter platform, $(MAKECMDGOALS)))
|
||||
$(call dist-for-goals, platform, $(INSTALLED_PLATFORM_ZIP))
|
||||
ifneq (,$(filter platform platform-java, $(MAKECMDGOALS)))
|
||||
$(call dist-for-goals, platform platform-java, $(INSTALLED_PLATFORM_ZIP))
|
||||
endif
|
||||
|
||||
#######
|
||||
|
|
Loading…
Reference in a new issue