X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=README.md;h=0b9b99e8ea38f4414342c2a45dc0c925d7b720bb;hb=7a7073f2e1c9ab25b7c181dad811090eca7983a8;hp=6777a801b23993df5b1f60d4ba5a5495a0be7f88;hpb=9eb4a995ea2b8ed6ed362efbc31b1ba7f9afec47;p=wasi-libc.git diff --git a/README.md b/README.md index 6777a80..0b9b99e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ and then run: ```sh make CC=/path/to/clang/with/wasm/support \ AR=/path/to/llvm-ar \ - WASM_NM=/path/to/llvm-nm + NM=/path/to/llvm-nm ``` This makes a directory called "sysroot", by default. See the top of the Makefile