X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=README.md;h=0b9b99e8ea38f4414342c2a45dc0c925d7b720bb;hb=7a7073f2e1c9ab25b7c181dad811090eca7983a8;hp=0cb697dda2c4daafb4109a80a56f11dfd118c4da;hpb=ca4d2f0cdb34c644122a963e5bce7009c4d56dd6;p=wasi-libc.git diff --git a/README.md b/README.md index 0cb697d..0b9b99e 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ To build a WASI sysroot from source, obtain a WebAssembly-supporting C compiler and then run: ```sh -make WASM_CC=/path/to/clang/with/wasm/support \ - WASM_AR=/path/to/llvm-ar \ - WASM_NM=/path/to/llvm-nm +make CC=/path/to/clang/with/wasm/support \ + AR=/path/to/llvm-ar \ + NM=/path/to/llvm-nm ``` This makes a directory called "sysroot", by default. See the top of the Makefile