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:
parent
a2d120b583
commit
d33082dffe
@ -134,7 +134,7 @@ pub fn (vgit_context mut VGitContext) compile_oldv_if_needed() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct VGitOptions {
|
pub struct VGitOptions {
|
||||||
mut:
|
pub mut:
|
||||||
workdir string // the working folder (typically /tmp), where the tool will write
|
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...
|
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...
|
vc_repo_url string // the url of the vc repository. It can be a local folder path, if you want to eliminate network operations...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user