diff --git a/build.vsh b/build.vsh index f6009b07..a1e57cb4 100644 --- a/build.vsh +++ b/build.vsh @@ -25,7 +25,7 @@ fn errorln(msg string) { } fn (m ReleaseMode) compile_cmd() string { - base_build_cmd := '${@VEXE} ${@VMODROOT} -o ${bin_path} -no-parallel' + base_build_cmd := '"${@VEXE}" "${@VMODROOT}" -o "${bin_path}" -no-parallel' cc := if v := os.getenv_opt('CC') { '-cc ${v}' } else {