Skip to content

Commit afd1b72

Browse files
authored
Update build_mobile.sh
1 parent 91c5fc3 commit afd1b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_mobile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CMAKE_ARGS=()
1818
CMAKE_ARGS+=("-DCMAKE_PREFIX_PATH=$(python -c 'import sysconfig; print(sysconfig.get_path("purelib"))')")
1919
CMAKE_ARGS+=("-DPYTHON_EXECUTABLE=$(python -c 'import sys; print(sys.executable)')")
2020
CMAKE_ARGS+=("-DBUILD_CUSTOM_PROTOBUF=OFF")
21-
CMAKE_ARGS+=("-DBUILD_SHARED_LIBS=OFF")
21+
CMAKE_ARGS+=("-DBUILD_SHARED_LIBS=ON")
2222
# custom build with selected ops
2323
if [ -n "${SELECTED_OP_LIST}" ]; then
2424
SELECTED_OP_LIST="$(cd $(dirname $SELECTED_OP_LIST); pwd -P)/$(basename $SELECTED_OP_LIST)"

0 commit comments

Comments
 (0)