Skip to content

Commit 802c639

Browse files
committed
Fixed liblistserials for ARM in build.xml
1 parent 8444ca8 commit 802c639

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build/build.xml

+14
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,20 @@
625625
</antcall>
626626
<copy file="linux/libastylej-2.05.1/libastylej_arm.so" tofile="linux/work/lib/libastylej.so" />
627627
<chmod perm="755" file="linux/work/lib/libastylej.so" />
628+
629+
<antcall target="portable-${portable}">
630+
<param name="parentdir" value="linux/work" />
631+
</antcall>
632+
633+
<antcall target="unzip">
634+
<param name="archive_file" value="./liblistSerials-1.0.5.zip" />
635+
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-1.0.5.zip" />
636+
<param name="final_folder" value="${staging_folder}/liblistSerials-1.0.5" />
637+
<param name="dest_folder" value="${staging_folder}" />
638+
</antcall>
639+
<copy file="linux/liblistSerials-1.0.5/arm/liblistSerialsj.so" todir="linux/work/lib/" />
640+
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
641+
628642
</target>
629643

630644
<target name="arm-build" depends="linux-libastyle-arm" description="Build linux (32-bit) version">

0 commit comments

Comments
 (0)