1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-01 21:52:12 +01:00

Remove empty libraries directory

In commit 067d7e925 (Delete builtin libraries sources) all the libraries
in there were removed, since they are all now automatically downloaded
during the build. To keep the repository clean, remove the empty
directory as well as the build rule that was used to copy libraries from
this (now empty) directory into the build result.
This commit is contained in:
Matthijs Kooijman 2020-05-07 17:48:48 +02:00 committed by Cristian Maglie
parent d3d5a48159
commit 1c9678f21d
2 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@
<!-- copy library folder -->
<target name="assemble-libraries" unless="light_bundle">
<copy todir="${target.path}/libraries">
<fileset dir="../libraries"/>
</copy>
<download-library name="Ethernet" version="2.0.0"/>
<download-library name="GSM" version="1.0.6"/>
<download-library name="Stepper" version="1.1.3"/>

View File