We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0c18e commit 6a8d8b0Copy full SHA for 6a8d8b0
build/build.xml
@@ -229,7 +229,7 @@
229
</target>
230
231
<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" />
+ <available file="macosx/dist/gcc-arm-none-eabi-4.4.1-2010q1-188-macos.tar.gz" property="arm_distfile_available" />
233
234
235
<target name="macosx-get-arm-toolchain" depends="macosx-check-arm-toolchain-distfile" unless="arm_distfile_available">
0 commit comments