diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 17:54:36 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 17:54:36 +0100 |
commit | fe9a4259268c0b1187a14f4988a2f7bc15e12cbe (patch) | |
tree | 2e085371db05cc14ac5c7e7d34ef5d4bd8d3c49c /Makefile | |
parent | a51602d26bd811b28c6d227d0c7270bb400f53ef (diff) | |
download | unit-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>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |