mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: fix typo in vbuild-tools.v (#19797)
This commit is contained in:
parent
b111a823b4
commit
ad935cad3e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']
|
|||
|
||||
// non_packaged_tools are tools that should not be packaged with
|
||||
// prebuild versions of V, to keep the size smaller.
|
||||
// They are mainly usefull for the V project itself, not to end users.
|
||||
// They are mainly useful for the V project itself, not to end users.
|
||||
const non_packaged_tools = ['gen1m', 'gen_vc', 'fast', 'wyhash']
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue