builder: make repl work if path contains spaces (#8550)

pull/8552/head
Ekopalypse 2021-02-04 18:18:18 +01:00 committed by GitHub
parent a0cbe48977
commit 856246c858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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