Modifying build flags to ensure libiwasm.so is built (#4255)

This commit is contained in:
Chris Woods 2025-05-07 22:13:09 -04:00 committed by GitHub
parent 216404d7cb
commit ca5a2faf58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ cmake \
-DWAMR_BUILD_LIB_PTHREAD=1 \
-DWAMR_BUILD_LIB_WASI_THREADS=1 \
-DWAMR_BUILD_LIB_WASI=1 \
-DBUILD_SHARED_LIBS=ON \
..
make -j