From fe9a4259268c0b1187a14f4988a2f7bc15e12cbe Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 26 Aug 2023 17:54:36 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit