mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Fix AVR GCC for Windows package name
This commit is contained in:
parent
b86a79ced8
commit
eb05bee7b0
@ -1108,7 +1108,7 @@
|
||||
<target name="windows-build-avr-toolchain">
|
||||
<antcall target="avr-toolchain-bundle">
|
||||
<param name="unpack_target" value="unzip"/>
|
||||
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.zip"/>
|
||||
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-w64-mingw32.zip"/>
|
||||
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
|
||||
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
|
||||
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user