mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: make repl work if path contains spaces (#8550)
This commit is contained in:
parent
a0cbe48977
commit
856246c858
@ -628,7 +628,7 @@ fn (mut v Builder) cc() {
|
||||
}
|
||||
//
|
||||
os.chdir(vdir)
|
||||
cmd := '$ccompiler @$response_file'
|
||||
cmd := '$ccompiler "@$response_file"'
|
||||
tried_compilation_commands << cmd
|
||||
v.show_cc(cmd, response_file, response_file_content)
|
||||
// Run
|
||||
|
Loading…
Reference in New Issue
Block a user