mirror of
https://github.com/vlang/v.git
synced 2025-09-14 01:47:30 -04:00
tools: fix typo in vbuild-tools.v (#19797)
This commit is contained in:
parent
b111a823b4
commit
ad935cad3e
@ -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…
x
Reference in New Issue
Block a user