Skip to content

Commit de8c051

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
Conflicts: build/build.xml
2 parents c128aac + ee537dd commit de8c051

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@
364364
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
365365
<copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" />
366366
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" />
367+
<!-- Unzip AVR tools -->
368+
<bunzip2 dest="linux" src="linux/avr_tools_linux64.tar.bz2" />
369+
<exec executable="tar" dir="linux/work/hardware">
370+
<arg value="-xvf"/>
371+
<arg value="../../avr_tools_linux64.tar"/>
372+
</exec>
367373
</target>
368374

369375
<target name="linux32-run" depends="linux32-build"

build/linux/avr_tools_linux64.tar.bz2

9.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)