1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Do not try to install mac and windows build
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 16 Oct 2018 20:54:48 +0200
--- a/build.xml
+++ b/build.xml
@@ -816,6 +816,6 @@
<echo message="Mac version release is finished."/>
</target>
- <target name="build" depends="mac, windows, linux" description="build all the executables" />
+ <target name="build" depends="linux" description="build all the executables" />
</project>
|