mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
scanner: string interpolation with $var at the end
This commit is contained in:
parent
1372d04b43
commit
d6d17fe3f2
3 changed files with 14 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue