aports/testing/vlang/fix-tools.patch
Jakob Meier 830302c10f testing/vlang: new aport
Simple, fast, safe, compiled language for developing maintainable software.
https://vlang.io
2023-09-15 06:16:35 +00:00

12 lines
491 B
Diff

--- a/cmd/tools/vbuild-tools.v
+++ b/cmd/tools/vbuild-tools.v
@@ -16,7 +16,7 @@
// 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.
-const non_packaged_tools = ['gen1m', 'gen_vc', 'fast', 'wyhash']
+const non_packaged_tools = ['gen1m', 'gen_vc', 'fast', 'wyhash', 'v']
fn main() {
util.ensure_modules_for_all_tools_are_installed('-v' in os.args)