summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 17:54:36 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 17:54:36 +0100
commitfe9a4259268c0b1187a14f4988a2f7bc15e12cbe (patch)
tree2e085371db05cc14ac5c7e7d34ef5d4bd8d3c49c
parenta51602d26bd811b28c6d227d0c7270bb400f53ef (diff)
downloadunit-wasm-fe9a4259268c0b1187a14f4988a2f7bc15e12cbe.tar.gz
unit-wasm-fe9a4259268c0b1187a14f4988a2f7bc15e12cbe.tar.bz2
Makefile: Update the WASI_SYSROOT default description
This now varies if your using Fedora or FreeBSD and have the right package installed. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a56cb0..d8debbe 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ help:
@echo " make CC= - Specify compiler to use"
@echo " Defaults to clang"
@echo " make WASI_SYSROOT= - Specify the path to the WASI sysroot"
- @echo " Defaults to /usr/wasm32-wasi"
+ @echo " Defaults to autodetected"
@echo " make V=1 - Enables verbose output"
@echo " make D=1 - Enables debug builds (-O0)"
@echo " make E=1 - Enables Werror"