mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: add a v where fn join_path command, for platform independent searching the location of a symbol in the local project, vlib, ~/.vmodules (#15014)
This commit is contained in:
committed by
GitHub
parent
d12a8aef68
commit
28fd17654e
@@ -11,7 +11,7 @@ import v.util
|
||||
// should be compiled (v folder).
|
||||
// To implement that, these folders are initially skipped, then added
|
||||
// as a whole *after the testing.prepare_test_session call*.
|
||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast']
|
||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere']
|
||||
|
||||
// non_packaged_tools are tools that should not be packaged with
|
||||
// prebuild versions of V, to keep the size smaller.
|
||||
|
||||
Reference in New Issue
Block a user