Skip to content

Commit c99be81

Browse files
committed
fix sqlite3 compilation
1 parent bb3632a commit c99be81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/sqlite3/recipe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ function prebuild_sqlite3() {
1212

1313
function build_sqlite3() {
1414
cd $SRC_PATH/jni
15+
push_arm
1516
try ndk-build V=1 sqlite3
17+
pop_arm
1618
}
1719

1820
function postbuild_sqlite3() {

0 commit comments

Comments
 (0)