Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 28, 2024
1 parent 0415c91 commit 4b32327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if [ ! -f "${BUILD_DIR}/sqlite/libsqlite3.la" ]; then
cd sqlite
./configure --disable-shared --disable-readline --prefix="${INSTALL_DIR}" \
CFLAGS="${CFLAGS} -DSQLITE_ENABLE_DBSTAT_VTAB=1"
make install -j BCC="${CC} -g -O2 ${CFLAGS}"
make install -j BCC="${CC} -g -O2 ${CFLAGS} ${LDFLAGS}"
)
fi

Expand Down

0 comments on commit 4b32327

Please sign in to comment.