1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 9 Dec 2020 17:48:41 +0100
Subject: Don't call assemble-hardware target
Forwarded: not-needed
We don't want to download the avr-core archive. This is packaged.
---
build/build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build/build.xml b/build/build.xml
index 2c36c6e..fb7cc35 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -210,7 +210,9 @@
<copy file="shared/icons/48x48/apps/arduino.png" tofile="${target.path}/lib/arduino_small.png"/>
+ <!--
<antcall target="assemble-hardware" />
+ -->
<antcall target="assemble-examples" />
|