1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

Fixed arm toolchain unpack for macosx.

This commit is contained in:
Cristian Maglie 2013-08-29 18:26:53 +02:00
parent fa3fc39c3f
commit 3cf06be044

View File

@ -535,7 +535,7 @@
</fail>
<!-- Unzip toolchain to the destination folder -->
<exec executable="tar" output="/dev/null" os="Linux">
<exec executable="tar" output="/dev/null">
<arg value="xfz"/>
<arg value="${staging_folder}/dist/${dist_file}"/>
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>