We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bec912 commit fabbe45Copy full SHA for fabbe45
build/build.xml
@@ -665,7 +665,8 @@
665
</copy>
666
667
<!-- Unzip AVR tools -->
668
- <unzip dest="windows/work/hardware" src="windows/avr_tools.zip" overwrite="false"/>
+ <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"/>
670
671
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
672
<fileset file="windows/eeprom.h" />
build/windows/avr_tools.zip
-40.7 MB
0 commit comments