mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
test_wamr.sh: Don't bother to build shared library (#2844)
This script only uses the iwasm command.
This commit is contained in:
parent
3d0342fbc8
commit
fbd9a760e7
|
@ -706,7 +706,7 @@ function build_iwasm_with_cfg()
|
|||
&& if [ -d build ]; then rm -rf build/*; else mkdir build; fi \
|
||||
&& cd build \
|
||||
&& cmake $* .. \
|
||||
&& cmake --build . -j 4 --config RelWithDebInfo
|
||||
&& cmake --build . -j 4 --config RelWithDebInfo --target iwasm
|
||||
fi
|
||||
|
||||
if [ "$?" != 0 ];then
|
||||
|
|
Loading…
Reference in New Issue
Block a user