Skip to content

Commit eb05bee

Browse files
committed
Fix AVR GCC for Windows package name
1 parent b86a79c commit eb05bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@
11081108
<target name="windows-build-avr-toolchain">
11091109
<antcall target="avr-toolchain-bundle">
11101110
<param name="unpack_target" value="unzip"/>
1111-
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.zip"/>
1111+
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-w64-mingw32.zip"/>
11121112
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
11131113
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
11141114
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>

0 commit comments

Comments
 (0)