mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
use os.quoted_path more
This commit is contained in:
parent
fa6f7d4c83
commit
62c3ad4953
12 changed files with 42 additions and 29 deletions
|
@ -47,7 +47,7 @@ fn test_can_compile_and_use_library_with_skip_unused() {
|
|||
}
|
||||
|
||||
fn v_compile(vopts string) os.Result {
|
||||
cmd := '"$vexe" -showcc $vopts'
|
||||
cmd := '${os.quoted_path(vexe)} -showcc $vopts'
|
||||
// dump(cmd)
|
||||
res := os.execute_or_exit(cmd)
|
||||
// dump(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue