Skip to content
Snippets Groups Projects
Commit 298ecda9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove bootstrap step for sqlite

parent 68347f2f
No related branches found
No related tags found
No related merge requests found
......@@ -761,7 +761,6 @@ if [ ! -d "build-$ANDROID_ABI" ]; then
fi;
cd "build-$ANDROID_ABI";
if [ ! -e ./config.h -o "$RELEASE" = 1 ]; then
../bootstrap
../configure \
--host=$TARGET_TUPLE \
--disable-shared \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment