Skip to content

Commit

Permalink
libastylej_arm.so: removed dependency from GLIBCXX_3.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Feb 24, 2016
1 parent 14bcf1c commit fba7ac3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
</antcall>

<antcall target="unzip">
<param name="archive_file" value="./libastylej-2.05.1-2.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-2.zip" />
<param name="archive_file" value="./libastylej-2.05.1-3.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
<param name="dest_folder" value="${staging_folder}" />
</antcall>
Expand Down Expand Up @@ -598,8 +598,8 @@

<target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch">
<antcall target="unzip">
<param name="archive_file" value="./libastylej-2.05.1-2.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-2.zip" />
<param name="archive_file" value="./libastylej-2.05.1-3.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
<param name="dest_folder" value="${staging_folder}" />
</antcall>
Expand All @@ -623,8 +623,8 @@

<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
<antcall target="unzip">
<param name="archive_file" value="./libastylej-2.05.1-2.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-2.zip" />
<param name="archive_file" value="./libastylej-2.05.1-3.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
<param name="dest_folder" value="${staging_folder}" />
</antcall>
Expand Down Expand Up @@ -936,8 +936,8 @@
<antcall target="windows-build-avr-toolchain" />

<antcall target="unzip">
<param name="archive_file" value="./libastylej-2.05.1-2.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-2.zip" />
<param name="archive_file" value="./libastylej-2.05.1-3.zip" />
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
<param name="dest_folder" value="${staging_folder}" />
</antcall>
Expand Down
1 change: 0 additions & 1 deletion build/libastylej-2.05.1-2.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/libastylej-2.05.1-3.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
948f14cd445429e252d2a9cd3451c79e0d9c468a

0 comments on commit fba7ac3

Please sign in to comment.