We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86a79c commit eb05beeCopy full SHA for eb05bee
build/build.xml
@@ -1108,7 +1108,7 @@
1108
<target name="windows-build-avr-toolchain">
1109
<antcall target="avr-toolchain-bundle">
1110
<param name="unpack_target" value="unzip"/>
1111
- <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"/>
1112
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
1113
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
1114
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
0 commit comments