test_wamr.sh: Don't bother to build shared library (#2844)
This script only uses the iwasm command.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user