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.
2 parents c128aac + ee537dd commit de8c051Copy full SHA for de8c051
build/build.xml
@@ -364,6 +364,12 @@
364
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
365
<copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" />
366
<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>
373
</target>
374
375
<target name="linux32-run" depends="linux32-build"
build/linux/avr_tools_linux64.tar.bz2
9.08 MB
0 commit comments