Skip to content

Commit

Permalink
Merge pull request #76 from soburi/correct_multiplat
Browse files Browse the repository at this point in the history
Correct build environment
- tool path for MacOSX
- update makehelper
  • Loading branch information
soburi authored Jun 14, 2018
2 parents 05124d9 + 14f6bb2 commit f48913a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platform_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"packager": "intiki",
"name": "contiki-makehelper",
"version": "0.0.13"
"version": "0.0.14"
},
{
"packager": "intiki",
Expand Down
1 change: 1 addition & 0 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f48913a

Please sign in to comment.