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

unify vexe_path

This commit is contained in:
yuyi
2020-02-20 18:33:01 +08:00
committed by GitHub
parent fcd97f513a
commit d51019dd77
11 changed files with 39 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ fn (v mut V) cc() {
return
}
v.build_thirdparty_obj_files()
vexe := vexe_path()
vexe := pref.vexe_path()
vdir := filepath.dir(vexe)
// Just create a C/JavaScript file and exit
// for example: `v -o v.c compiler`