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.
--enable-shared=no
disable-shared
1 parent 66fbfd5 commit 62a14b2Copy full SHA for 62a14b2
cpython-unix/build-sqlite.sh
@@ -14,7 +14,7 @@ pushd sqlite-autoconf-${SQLITE_VERSION}
14
15
16
CONFIGURE_FLAGS="--build=${BUILD_TRIPLE} --host=${TARGET_TRIPLE}"
17
-CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --prefix=/tools/deps --enable-shared=no"
+CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --prefix=/tools/deps --disable-shared"
18
19
if [ "${TARGET_TRIPLE}" = "aarch64-apple-ios" ]; then
20
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} ac_cv_search_system=no"
0 commit comments