fix iwasm build path (#8)

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom 2019-05-10 13:09:30 +01:00 committed by Wang Xin
parent 89ad7dc101
commit 13db1976af

View File

@ -54,7 +54,7 @@ sudo apt-get install g++-multilib
```
After installing dependencies, build the source code:
``` Bash
cd products/linux/
cd core/iwasm/products/linux/
mkdir build
cd build
cmake ..