mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
parser: add p.peek_tok3, fix for ...<a.len...
This commit is contained in:
parent
de09e38d6b
commit
acb58a1f98
2 changed files with 8 additions and 5 deletions
|
@ -102,7 +102,7 @@ pub fn (mut vgit_context VGitContext) compile_oldv_if_needed() {
|
|||
command_for_selfbuilding = './cv.exe -o $vgit_context.vexename {SOURCE}'
|
||||
}
|
||||
else {
|
||||
command_for_building_v_from_c_source = '$vgit_context.cc -std=gnu11 -w -o cv "$vgit_context.path_vc/v.c" -lm'
|
||||
command_for_building_v_from_c_source = '$vgit_context.cc -std=gnu11 -w -o cv "$vgit_context.path_vc/v.c" -lm -lpthread'
|
||||
command_for_selfbuilding = './cv -o $vgit_context.vexename {SOURCE}'
|
||||
}
|
||||
scripting.chdir(vgit_context.workdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue