1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Added boards and arch defines.

Merge branch 'boards_defines' into lib-1.5
This commit is contained in:
Cristian Maglie
2013-02-11 19:53:54 +01:00
5 changed files with 23 additions and 4 deletions

View File

@ -144,6 +144,7 @@ public class Compiler implements MessageConsumer {
p.put("build.path", _buildPath);
p.put("build.project_name", _primaryClassName);
p.put("build.arch", targetPlatform.getName().toUpperCase());
if (!p.containsKey("compiler.path"))
p.put("compiler.path", Base.getAvrBasePath());