1
0
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:
Alexander Medvednikov 2019-06-28 15:06:39 +02:00
parent 42bb85197a
commit 99a0aa2300

View File

@ -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'