We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5fc3 commit afd1b72Copy full SHA for afd1b72
scripts/build_mobile.sh
@@ -18,7 +18,7 @@ CMAKE_ARGS=()
18
CMAKE_ARGS+=("-DCMAKE_PREFIX_PATH=$(python -c 'import sysconfig; print(sysconfig.get_path("purelib"))')")
19
CMAKE_ARGS+=("-DPYTHON_EXECUTABLE=$(python -c 'import sys; print(sys.executable)')")
20
CMAKE_ARGS+=("-DBUILD_CUSTOM_PROTOBUF=OFF")
21
-CMAKE_ARGS+=("-DBUILD_SHARED_LIBS=OFF")
+CMAKE_ARGS+=("-DBUILD_SHARED_LIBS=ON")
22
# custom build with selected ops
23
if [ -n "${SELECTED_OP_LIST}" ]; then
24
SELECTED_OP_LIST="$(cd $(dirname $SELECTED_OP_LIST); pwd -P)/$(basename $SELECTED_OP_LIST)"
0 commit comments