Skip to content

Commit fabbe45

Browse files
committed
Updated msys-1.0.dll to the latest version for Windows 8.1 compatibility.
Removed windows/avr_tools.zip, the binary distribution is now downloaded from the Arduino repository. Fixes #1658
1 parent 3bec912 commit fabbe45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@
665665
</copy>
666666

667667
<!-- Unzip AVR tools -->
668-
<unzip dest="windows/work/hardware" src="windows/avr_tools.zip" overwrite="false"/>
668+
<get src="http://downloads.arduino.cc/WinAVR-20081205-arduino-2.zip" dest="windows" usetimestamp="true" skipexisting="true" verbose="true" />
669+
<unzip dest="windows/work/hardware" src="windows/WinAVR-20081205-arduino-2.zip" overwrite="false"/>
669670

670671
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
671672
<fileset file="windows/eeprom.h" />

build/windows/avr_tools.zip

-40.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)