Skip to content

Commit ca5a2fa

Browse files
authored
Modifying build flags to ensure libiwasm.so is built (#4255)
1 parent 216404d commit ca5a2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language-bindings/python/utils/create_lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cmake \
1717
-DWAMR_BUILD_LIB_PTHREAD=1 \
1818
-DWAMR_BUILD_LIB_WASI_THREADS=1 \
1919
-DWAMR_BUILD_LIB_WASI=1 \
20+
-DBUILD_SHARED_LIBS=ON \
2021
..
2122
make -j
2223

0 commit comments

Comments
 (0)