Skip to content

Commit 9e0273a

Browse files
committed
Revert "Include libm in statically linked sqlite3 builds"
This reverts commit 026c992.
1 parent 026c992 commit 9e0273a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpython-unix/build-sqlite.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:$PATH
1212
tar -xf sqlite-autoconf-${SQLITE_VERSION}.tar.gz
1313
pushd sqlite-autoconf-${SQLITE_VERSION}
1414

15-
if [[ "${TARGET_TRIPLE}" == *"linux"* ]]; then
16-
export LIBS="${LIBS} -lm"
17-
fi
1815

1916
CONFIGURE_FLAGS="--build=${BUILD_TRIPLE} --host=${TARGET_TRIPLE}"
2017
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --prefix /tools/deps --disable-shared"

0 commit comments

Comments
 (0)