mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +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:
parent
d3d5a48159
commit
1c9678f21d
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user