Skip to content

Commit acf97ce

Browse files
woodsmclum1n0us
authored andcommitted
Modifying build flags to ensure libiwasm.so is built (bytecodealliance#4255)
1 parent 6a48b3f commit acf97ce

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)