From c003bfd5d4fc78e1c58d0e2b88d152788969a869 Mon Sep 17 00:00:00 2001 From: MatejMagat305 <61238240+MatejMagat305@users.noreply.github.com> Date: Fri, 10 Feb 2023 00:00:33 +0100 Subject: [PATCH] docs: add `make` to the list of installed prerequisites for V on Termux (#17269) --- README.md | 2 +- vlib/v/gen/c/testdata/spawn_stack_windows.vv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37f06ace1d..34989d22b8 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ On Termux, V needs some packages preinstalled - a working C compiler, also `libe `libgc` and `libgc-static`. After installing them, you can use the same script, like on Linux/macos: ```bash -pkg install clang libexecinfo libgc libgc-static +pkg install clang libexecinfo libgc libgc-static make git clone https://github.com/vlang/v cd v make diff --git a/vlib/v/gen/c/testdata/spawn_stack_windows.vv b/vlib/v/gen/c/testdata/spawn_stack_windows.vv index 0c3858ff28..5103230a4b 100644 --- a/vlib/v/gen/c/testdata/spawn_stack_windows.vv +++ b/vlib/v/gen/c/testdata/spawn_stack_windows.vv @@ -20,7 +20,7 @@ fn my_print2() { println('ahoj svet') } -// 64KB stack size +// 128KB stack size [spawn_stack: 131072] fn my_print3() { println('здравей свят')