File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 674
674
</antcall >
675
675
676
676
<antcall target =" unzip" >
677
- <param name =" archive_file" value =" ./liblistSerials-1.0.5 .zip" />
678
- <param name =" archive_url" value =" http://downloads.arduino.cc/liblistSerials/liblistSerials-1.0.5 .zip" />
679
- <param name =" final_folder" value =" ${ staging_folder } /liblistSerials-1.0.5 " />
677
+ <param name =" archive_file" value =" ./liblistSerials-${ LIBLISTSERIAL-VERSION } .zip" />
678
+ <param name =" archive_url" value =" http://downloads.arduino.cc/liblistSerials/liblistSerials-${ LIBLISTSERIAL-VERSION } .zip" />
679
+ <param name =" final_folder" value =" ${ staging_folder } /liblistSerials-${ LIBLISTSERIAL-VERSION } " />
680
680
<param name =" dest_folder" value =" ${ staging_folder } " />
681
681
</antcall >
682
- <copy file =" linux/liblistSerials-1.0.5 /arm/liblistSerialsj.so" todir =" linux/work/lib/" />
682
+ <copy file =" linux/liblistSerials-${ LIBLISTSERIAL-VERSION } /arm/liblistSerialsj.so" todir =" linux/work/lib/" />
683
683
<chmod perm =" 755" file =" linux/work/lib/liblistSerialsj.so" />
684
684
685
685
</target >
You can’t perform that action at this time.
0 commit comments