mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
tools/build.sh: Add WASI_SDK_ROOT env variable
VELAPLATFO-120 Signed-off-by: Huang Qi <huangqi3@xiaomi.com> Change-Id: I312bd9eeaea41c9c2a8fc7573079eec75cf3ed80
This commit is contained in:
parent
1464315884
commit
c74bb5ccec
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ function build_board()
|
|||
fi
|
||||
|
||||
export PATH=${ROOTDIR}/prebuilts/$TOOLCHAIN/linux/$ARCH/bin:$PATH
|
||||
export WASI_SDK_ROOT=${ROOTDIR}/prebuilts/clang/linux/wasm
|
||||
|
||||
if ! make -C ${NUTTXDIR} EXTRAFLAGS=$EXTRAFLAGS ${@:2}; then
|
||||
echo "Error: ############# build ${1} fail ##############"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue