Skip to content

Commit 6a8d8b0

Browse files
committed
[sam] build.xml - fixed some typos
1 parent 0e0c18e commit 6a8d8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
</target>
230230

231231
<target name="macosx-check-arm-toolchain-distfile">
232-
<available file="linux/dist/gcc-arm-none-eabi-4.4.1-2010q1-188-macosx.tar.gz" property="arm_distfile_available" />
232+
<available file="macosx/dist/gcc-arm-none-eabi-4.4.1-2010q1-188-macos.tar.gz" property="arm_distfile_available" />
233233
</target>
234234

235235
<target name="macosx-get-arm-toolchain" depends="macosx-check-arm-toolchain-distfile" unless="arm_distfile_available">

0 commit comments

Comments
 (0)