]> git.proxmox.com Git - wasi-libc.git/blobdiff - README.md
d/copyright: add missing license info
[wasi-libc.git] / README.md
index 81b328d007b88dafa45f0a9c1101fe294f7781d5..0b9b99e8ea38f4414342c2a45dc0c925d7b720bb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ and then run:
 
 ```sh
 make CC=/path/to/clang/with/wasm/support \
-     WASM_AR=/path/to/llvm-ar \
-     WASM_NM=/path/to/llvm-nm
+     AR=/path/to/llvm-ar \
+     NM=/path/to/llvm-nm
 ```
 
 This makes a directory called "sysroot", by default. See the top of the Makefile