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
1 changed files with 1 additions and 1 deletions

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/"/>