File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2222 {
2323 "packager" : " intiki" ,
2424 "name" : " contiki-makehelper" ,
25- "version" : " 0.0.11 "
25+ "version" : " 0.0.12 "
2626 },
2727 {
2828 "packager" : " intiki" ,
Original file line number Diff line number Diff line change @@ -28,13 +28,16 @@ compiler.ar.extra_flags=
2828
2929build.unix.cmds.path={runtime.tools.msys2-contiki-build.path}
3030build.usr.bin.path={build.unix.cmds.path}/usr/bin
31+ build.make.command=make
32+ build.make.command.windows={build.usr.bin.path}/make
33+ build.make.command.macosx=gmake
3134build.make.vars=
3235build.make.goals=all
3336build.contiki-makehelper.path={runtime.tools.contiki-makehelper.path}
3437build.contiki-makehelper.verbose=0
3538
3639contiki-makehelper.cmd-v={build.contiki-makehelper.path}/contiki-makehelper -verbose {build.contiki-makehelper.verbose}
37- make.paths=-build.usr.bin.path "{build.usr.bin.path}" -build.compiler.path "{build.compiler.path}" -build.system.path "{build.system.path}" -build.variant.path "{build.variant.path}" -build.core.path "{build.core.path}" -build.path "{build.path}" -build.variant {build.variant} -runtime.platform.path {runtime.platform.path} -platform.version {version} -template {build.contiki-makehelper.path}/Makefile.template
40+ make.paths=-build.usr.bin.path "{build.usr.bin.path}" -build.compiler.path "{build.compiler.path}" -build.system.path "{build.system.path}" -build.variant.path "{build.variant.path}" -build.core.path "{build.core.path}" -build.path "{build.path}" -build.variant {build.variant} -runtime.platform.path {runtime.platform.path} -platform.version {version} -make.command {build.make.command} - template {build.contiki-makehelper.path}/Makefile.template
3841make.args=TARGET={build.variant} {build.make.vars} {build.config_vars}
3942
4043arduino.defines=-DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch}
You can’t perform that action at this time.
0 commit comments