1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

changelog: 0.3.5 (p. 1)

This commit is contained in:
Alexander Medvednikov
2023-06-29 19:28:38 +03:00
parent 60f9f53e36
commit 85160923b6
2 changed files with 95 additions and 10 deletions

View File

@@ -802,7 +802,7 @@ pub fn parse_args_and_show_errors(known_external_commands []string, args []strin
}
'-use-coroutines' {
res.use_coroutines = true
$if macos {
$if macos || linux {
arch := $if arm64 { 'arm64' } $else { 'amd64' }
vexe := vexe_path()
vroot := os.dir(vexe)