mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix main.v
This commit is contained in:
parent
42bb85197a
commit
99a0aa2300
@ -767,7 +767,7 @@ fn new_v(args[]string) *V {
|
||||
'string_builder.v',
|
||||
]
|
||||
// Location of all vlib files
|
||||
mut lang_dir = ''
|
||||
mut lang_dir := ''
|
||||
// First try fetching it from VROOT if it's defined
|
||||
for { // TODO tmp hack for optionals
|
||||
vroot_path := TmpPath + '/VROOT'
|
||||
|
Loading…
Reference in New Issue
Block a user