mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-12 04:31:14 +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 \
|
&& if [ -d build ]; then rm -rf build/*; else mkdir build; fi \
|
||||||
&& cd build \
|
&& cd build \
|
||||||
&& cmake $* .. \
|
&& cmake $* .. \
|
||||||
&& cmake --build . -j 4 --config RelWithDebInfo
|
&& cmake --build . -j 4 --config RelWithDebInfo --target iwasm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$?" != 0 ];then
|
if [ "$?" != 0 ];then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user