Skip to content

Commit a968b6e

Browse files
committed
Use prefix=
1 parent 445c616 commit a968b6e

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 --disable-shared"
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)