Skip to content

Commit d9d0840

Browse files
committed
[sam] added toolchain download for linux64
1 parent d02af8b commit d9d0840

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/build.xml

+4
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@
466466
</exec>
467467
</target>
468468

469+
<target name="linux64-get-arm-toolchain" depends="linux-check-arm-toolchain" if="arm_not_available">
470+
<antcall target="linux-get-arm-toolchain" />
471+
</target>
472+
469473
<target name="linux-dist" depends="build"
470474
description="Build .tar.gz of linux version">
471475

0 commit comments

Comments
 (0)