mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
use os.quoted_path more
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user