fix main.v

pull/757/head
Alexander Medvednikov 2019-06-28 15:06:39 +02:00
parent 42bb85197a
commit 99a0aa2300
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ fn new_v(args[]string) *V {
'string_builder.v', 'string_builder.v',
] ]
// Location of all vlib files // Location of all vlib files
mut lang_dir = '' mut lang_dir := ''
// First try fetching it from VROOT if it's defined // First try fetching it from VROOT if it's defined
for { // TODO tmp hack for optionals for { // TODO tmp hack for optionals
vroot_path := TmpPath + '/VROOT' vroot_path := TmpPath + '/VROOT'