Skip to content

Commit 62a14b2

Browse files
committed
Revert "Use --enable-shared=no instead of disable-shared?"
This reverts commit 66fbfd5.
1 parent 66fbfd5 commit 62a14b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pushd sqlite-autoconf-${SQLITE_VERSION}
1414

1515

1616
CONFIGURE_FLAGS="--build=${BUILD_TRIPLE} --host=${TARGET_TRIPLE}"
17-
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --prefix=/tools/deps --enable-shared=no"
17+
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --prefix=/tools/deps --disable-shared"
1818

1919
if [ "${TARGET_TRIPLE}" = "aarch64-apple-ios" ]; then
2020
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} ac_cv_search_system=no"

0 commit comments

Comments
 (0)