Added Python3. (Still testing integration)
This commit is contained in:
15
project/jni/python3/mk/sqlite/3.8.10.2/build.sh
Normal file
15
project/jni/python3/mk/sqlite/3.8.10.2/build.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
pushd src >/dev/null
|
||||
|
||||
rm -rf "${NAME}-autoconf-3081002"
|
||||
tar -xf "${NAME}-autoconf-3081002.tar.gz" || exit 1
|
||||
pushd "${NAME}-autoconf-3081002" >/dev/null
|
||||
|
||||
./configure --prefix="${PREFIX}" --host="${TARGET}" --build="${HOST}" --disable-shared || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
|
||||
# Remove binary from premises.
|
||||
rm -f "${PREFIX}/bin/sqlite3" || exit 1
|
||||
|
||||
popd >/dev/null
|
||||
popd >/dev/null
|
||||
1
project/jni/python3/mk/sqlite/3.8.10.2/sources.txt
Normal file
1
project/jni/python3/mk/sqlite/3.8.10.2/sources.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz
|
||||
Reference in New Issue
Block a user