mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
cgen: remove g_ hack
This commit is contained in:
parent
1139d3b458
commit
78f8a8aee6
3 changed files with 17 additions and 24 deletions
|
@ -233,6 +233,10 @@ pub fn v_build_failing_skipped(zargs string, folder string, skipped []string) bo
|
|||
mut mains := []string{}
|
||||
for f in files {
|
||||
if !f.contains('modules') && !f.contains('preludes') {
|
||||
if f.contains('/vweb/') {
|
||||
continue
|
||||
|
||||
}
|
||||
$if windows {
|
||||
// skip pico example on windows
|
||||
if f.ends_with('examples\\pico\\pico.v') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue