Skip to content

Commit aa24fc5

Browse files
greenknotwenyongh
authored andcommitted
Fix typo 'DWASM_ENALBE_WASI' in WAMR build instructions (#155)
1 parent 2b12e2c commit aa24fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_wamr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make
2626
Note:
2727
The WASI feature is enabled by default, if we want to disable it, please run:
2828
``` Bash
29-
cmake .. -DWASM_ENALBE_WASI=0
29+
cmake .. -DWASM_ENABLE_WASI=0
3030
```
3131

3232
Linux SGX (Intel Software Guard Extention)

0 commit comments

Comments
 (0)