Skip to content

Commit dba5b80

Browse files
committed
use busybox as command shell for executing the wrapper scripts on windows
1 parent 2da8bd4 commit dba5b80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sduino/hardware/sduino/stm8/platform.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
88

99
name=STM8S Boards
10-
version=0.4.0-pre1
10+
version=0.4.0
1111

1212
# General folder structure variables
1313
# ----------------------------------
@@ -37,7 +37,8 @@ compiler.warning_flags.all=-Wp-Wall -V
3737
# Default "compiler.path" is correct, change only if you want to override the initial value
3838
compiler.path={runtime.tools.sdcc.path}/bin
3939
compiler.wrapper.path={runtime.tools.STM8Tools.path}/wrapper
40-
compiler.wrapper.path.windows={runtime.tools.STM8Tools.path}/win/bash" "{runtime.tools.STM8Tools.path}/wrapper
40+
compiler.wrapper.path.windows={runtime.tools.STM8Tools.path}/win/busybox"
41+
ash "{runtime.tools.STM8Tools.path}/wrapper
4142
compiler.tools.path={runtime.tools.avr-gcc.path}/bin
4243

4344
compiler.c.cmd=sdcc

0 commit comments

Comments
 (0)