scanner: string interpolation with $var at the end

This commit is contained in:
Marco Böttcher 2019-08-16 16:06:27 +02:00 committed by Alexander Medvednikov
parent 1372d04b43
commit d6d17fe3f2
3 changed files with 14 additions and 2 deletions

View file

@ -875,7 +875,7 @@ mut args := ''
//'$fast_clang $args'
//}
//else {
mut cmd := 'cc $args'
mut cmd := ('cc $args') // TODO fix $if after 'string'
//}
$if windows {
cmd = 'gcc $args'