1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

allow field 'type'

This commit is contained in:
Alexander Medvednikov
2019-07-16 13:01:39 +02:00
parent 830f63e86a
commit 31032d3a62
3 changed files with 6 additions and 4 deletions

View File

@ -935,7 +935,7 @@ fn new_v(args[]string) *V {
]
// Location of all vlib files
vroot := os.dir(os.executable())
println('VROOT=$vroot')
//println('VROOT=$vroot')
// v.exe's parent directory should contain vlib
if os.dir_exists(vroot) && os.dir_exists(vroot + '/vlib/builtin') {