mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Fixed arm toolchain unpack for macosx.
This commit is contained in:
parent
fa3fc39c3f
commit
3cf06be044
@ -535,7 +535,7 @@
|
|||||||
</fail>
|
</fail>
|
||||||
|
|
||||||
<!-- Unzip toolchain to the destination folder -->
|
<!-- 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="xfz"/>
|
||||||
<arg value="${staging_folder}/dist/${dist_file}"/>
|
<arg value="${staging_folder}/dist/${dist_file}"/>
|
||||||
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>
|
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user