mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
[sam] build.xml - fixed some typos
This commit is contained in:
parent
0e0c18ed73
commit
6a8d8b050d
@ -229,7 +229,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="macosx-check-arm-toolchain-distfile">
|
<target name="macosx-check-arm-toolchain-distfile">
|
||||||
<available file="linux/dist/gcc-arm-none-eabi-4.4.1-2010q1-188-macosx.tar.gz" property="arm_distfile_available" />
|
<available file="macosx/dist/gcc-arm-none-eabi-4.4.1-2010q1-188-macos.tar.gz" property="arm_distfile_available" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="macosx-get-arm-toolchain" depends="macosx-check-arm-toolchain-distfile" unless="arm_distfile_available">
|
<target name="macosx-get-arm-toolchain" depends="macosx-check-arm-toolchain-distfile" unless="arm_distfile_available">
|
||||||
|
Loading…
Reference in New Issue
Block a user