py/build: target the community plugin gant script

This commit is contained in:
Rohan Joyce
2018-02-08 20:31:33 +03:00
committed by Andrey Vlasovskikh
parent 8792c9df11
commit 02971fb020
+1 -1
View File
@@ -34,7 +34,7 @@
</target>
<target name="plugin" depends="init">
<call_gant script="${python.home}/build/python_plugin_build.gant"/>
<call_gant script="${python.home}/build/python_community_plugin_build.gant"/>
</target>
<!--
<target name="test" depends="init">