mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given (#6598)
This commit is contained in:
@ -122,9 +122,6 @@ fn (mut a App) collect_info() {
|
||||
a.line('Git vroot status', a.git_info())
|
||||
a.line('.git/config present', os.is_file('.git/config').str())
|
||||
//
|
||||
if os_kind == 'linux' {
|
||||
a.report_tcc_version('/var/tmp/tcc')
|
||||
}
|
||||
a.report_tcc_version('thirdparty/tcc')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user