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 26 27
|
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/build.xml b/build/build.xml
index 6def69c..a791c03 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -206,9 +206,9 @@
</copy>
<copy file="shared/icons/48x48/apps/arduino.png" tofile="${target.path}/lib/arduino_small.png"/>
-
+ <!--
<antcall target="assemble-hardware" />
-
+ -->
<!-- copy shared examples folder -->
<copy todir="${target.path}/examples">
<fileset dir="shared/examples" />
|