From a2449a88ac3e9e7282e364d3607f810205d14c46 Mon Sep 17 00:00:00 2001 From: soburi Date: Thu, 14 Jun 2018 23:06:20 +0900 Subject: [PATCH 1/2] Correct tool path for MacOSX build --- platform.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/platform.txt b/platform.txt index ccd32f8..2635b63 100644 --- a/platform.txt +++ b/platform.txt @@ -89,6 +89,7 @@ tools.contiki-makehelper.cmd.path.windows={path}\contiki-makehelper.exe tools.contiki-makehelper.upload.pattern="{cmd.path}" -verbose {build.contiki-makehelper.verbose} -recipe make -build.path "{build.path}" -build.variant {build.variant} -build.usr.bin.path "{build.usr.bin.path}" -build.compiler.path "{build.compiler.path}" -build.uploader.path "{build.uploader.path}" -serial.port {serial.port} TARGET={build.variant} {build.make.vars} {build.config_vars} {build.project_name}.upload tools.contiki-makehelper.build.unix.cmds.path={runtime.tools.msys2-contiki-build.path} tools.contiki-makehelper.build.usr.bin.path={build.unix.cmds.path}/usr/bin +tools.contiki-makehelper.build.usr.bin.path.macosx=/usr/local/bin tools.contiki-makehelper.build.contiki-makehelper.verbose=0 From 14f6bb2c40aaa5c49d067e5a71574ddfa209b637 Mon Sep 17 00:00:00 2001 From: soburi Date: Thu, 14 Jun 2018 22:12:07 +0900 Subject: [PATCH 2/2] Update makehelper --- dist/platform_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platform_template.json b/dist/platform_template.json index 643ac62..7f21b66 100644 --- a/dist/platform_template.json +++ b/dist/platform_template.json @@ -22,7 +22,7 @@ { "packager": "intiki", "name": "contiki-makehelper", - "version": "0.0.13" + "version": "0.0.14" }, { "packager": "intiki",