Skip to content

Commit df2ae88

Browse files
author
Federico Fissore
committed
Updating arduino-builder to 1.0.3
1 parent d3e3b8b commit df2ae88

10 files changed

+6
-6
lines changed

arduino-core/src/cc/arduino/Compiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void callArduinoBuilder(TargetBoard board, TargetPlatform platform, Targ
207207
}
208208
});
209209

210-
commandLine.addArgument("-libraries", false);
210+
commandLine.addArgument("-built-in-libraries", false);
211211
commandLine.addArgument("\"" + BaseNoGui.getContentFile("libraries").getAbsolutePath() + "\"", false);
212212
commandLine.addArgument("-libraries", false);
213213
commandLine.addArgument("\"" + BaseNoGui.getSketchbookLibrariesFolder().getAbsolutePath() + "\"", false);

build/arduino-builder-linux32-1.0.2.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
94a63d87486cdd088dbc7877b985a80cc3953f05

build/arduino-builder-linux64-1.0.2.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f136773ad39a7acde33f8521b33257bb5a40f8c2

build/arduino-builder-macosx-1.0.2.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3b67bc1c2fe74dd1fcc959e3651948fc016dc523

build/arduino-builder-windows-1.0.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
45537d4d311143659c7644593d5d279572fab53b

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</or>
7272
</condition>
7373

74-
<property name="ARDUINO-BUILDER-VERSION" value="1.0.2" />
74+
<property name="ARDUINO-BUILDER-VERSION" value="1.0.3" />
7575

7676
<!-- Libraries required for running arduino -->
7777
<fileset dir=".." id="runtime.jars">

0 commit comments

Comments
 (0)