Skip to content

Commit 3cf06be

Browse files
committed
Fixed arm toolchain unpack for macosx.
1 parent fa3fc39 commit 3cf06be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
</fail>
536536

537537
<!-- Unzip toolchain to the destination folder -->
538-
<exec executable="tar" output="/dev/null" os="Linux">
538+
<exec executable="tar" output="/dev/null">
539539
<arg value="xfz"/>
540540
<arg value="${staging_folder}/dist/${dist_file}"/>
541541
<arg value="--directory=${staging_folder}/work/${staging_hardware_folder}/tools/"/>

0 commit comments

Comments
 (0)