File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ build.opt.sourcepath={build.source.path}/{build.opt.name}
83
83
build.opt.path={build.path}/sketch/{build.opt.name}
84
84
85
85
# Create empty {build.opt} if not exists in the sketch dir
86
- recipe.hooks.prebuild.1.pattern.windows=cmd /c "if not exist {build.opt.sourcepath} mkdir {build.path}/ sketch & type NUL > {build.opt.path}"
86
+ recipe.hooks.prebuild.1.pattern.windows=cmd /c "if not exist {build.opt.sourcepath} mkdir {build.path}\ sketch & type NUL > {build.opt.path}"
87
87
recipe.hooks.prebuild.1.pattern.linux=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
88
88
recipe.hooks.prebuild.1.pattern.macosx=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
89
89
You can’t perform that action at this time.
0 commit comments