File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 625
625
</antcall >
626
626
<copy file =" linux/libastylej-2.05.1/libastylej_arm.so" tofile =" linux/work/lib/libastylej.so" />
627
627
<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
+
628
642
</target >
629
643
630
644
<target name =" arm-build" depends =" linux-libastyle-arm" description =" Build linux (32-bit) version" >
You can’t perform that action at this time.
0 commit comments