Skip to content

Commit a855307

Browse files
committed
...And another quick fix to libastylej naming
1 parent ec6dcee commit a855307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@
661661

662662
<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
663663
<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" />
664+
<param name="archive_file" value="./libastylej-2.05.zip" />
665+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
666666
<param name="final_folder" value="${staging_folder}/libastylej" />
667667
<param name="dest_folder" value="${staging_folder}" />
668668
</antcall>

0 commit comments

Comments
 (0)