18 lines
871 B
Diff
18 lines
871 B
Diff
--- build/build.xml.orig 2015-06-10 01:12:20.791398588 +0200
|
|
+++ build/build.xml 2015-06-10 01:12:36.227399295 +0200
|
|
@@ -600,15 +600,6 @@
|
|
|
|
<copy todir="linux/work" file="linux/dist/arduino" />
|
|
<chmod perm="755" file="linux/work/arduino" />
|
|
-
|
|
- <antcall target="unzip">
|
|
- <param name="archive_file" value="./libastylej-2.05.zip" />
|
|
- <param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
|
|
- <param name="final_folder" value="${staging_folder}/libastylej" />
|
|
- <param name="dest_folder" value="${staging_folder}" />
|
|
- </antcall>
|
|
- <copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
|
|
- <chmod perm="755" file="linux/work/lib/libastylej.so" />
|
|
</target>
|
|
|
|
<target name="linux32-build" depends="linux-build" description="Build linux (32-bit) version">
|