We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6dcee commit a855307Copy full SHA for a855307
build/build.xml
@@ -661,8 +661,8 @@
661
662
<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
663
<antcall target="unzip">
664
- <param name="archive_file" value="./libastylej-arm-2.05.zip" />
665
- <param name="archive_url" value="http://downloads.arduino.cc/libastylej-arm-2.05.zip" />
+ <param name="archive_file" value="./libastylej-2.05.zip" />
+ <param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
666
<param name="final_folder" value="${staging_folder}/libastylej" />
667
<param name="dest_folder" value="${staging_folder}" />
668
</antcall>
0 commit comments