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

CI: fis vjs build failure (#2337)

* fix ci building v

* fix v.js

* more js fix

* test

* fix

* remove testing
This commit is contained in:
joe-conigliaro 2019-10-14 15:42:27 +11:00 committed by GitHub
parent de10a529b0
commit 7dc740d084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -893,7 +893,7 @@ pub fn new_v(args[]string) &V {
build_mode: build_mode
cflags: cflags
ccompiler: find_c_compiler()
building_v: !is_repl && (rdir_name == 'compiler' || dir == 'v.v' || dir.contains('vlib'))
building_v: !is_repl && (rdir_name == 'compiler' || rdir_name == 'v.v' || dir.contains('vlib'))
}
if pref.is_verbose || pref.is_debug {
println('C compiler=$pref.ccompiler')