Ver código fonte

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

Chris Woods 11 meses atrás
pai
commit
ca5a2faf58
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      language-bindings/python/utils/create_lib.sh

+ 1 - 0
language-bindings/python/utils/create_lib.sh

@@ -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