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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user