fix main.v
parent
42bb85197a
commit
99a0aa2300
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue