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

oldv: fix compilation, make VGitOptions fields public

This commit is contained in:
Delyan Angelov 2020-05-10 18:41:25 +03:00
parent a2d120b583
commit d33082dffe

View File

@ -134,7 +134,7 @@ pub fn (vgit_context mut VGitContext) compile_oldv_if_needed() {
}
pub struct VGitOptions {
mut:
pub mut:
workdir string // the working folder (typically /tmp), where the tool will write
v_repo_url string // the url of the V repository. It can be a local folder path, if you want to eliminate network operations...
vc_repo_url string // the url of the vc repository. It can be a local folder path, if you want to eliminate network operations...