File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # TODO get a release version if possible
34VERSION_libswift=
45DEPS_libswift=()
6+ # TODO get a version specific URL and update the md5sum
57URL_libswift=https://github.com/whirm/tgs-android/archive/master.zip
68MD5_libswift=23ce86e2bd4d213fdcf1d8c5c37a979a
79BUILD_libswift=$BUILD_PATH /libswift/$( get_directory $URL_libswift )
@@ -14,8 +16,7 @@ function prebuild_libswift() {
1416function build_libswift() {
1517 cd $BUILD_libswift
1618
17- # FIXME check for .so
18- if [ -d " $BUILD_PATH /python-install/lib/python2.7/site-packages/libswift" ]; then
19+ if [ -d " $BUILD_PATH /libs/libevent.so" ]; then
1920 # return
2021 true
2122 fi
@@ -27,7 +28,7 @@ function build_libswift() {
2728 try ndk-build -C $BUILD_libswift /jni
2829 unset LDFLAGS
2930
30- echo " Copying libs: "
31+ # TODO find out why it's libevent.so and not libswift.so
3132 try cp -a $BUILD_libswift /libs/$ARCH /* .so $LIBS_PATH
3233
3334 pop_arm
You can’t perform that action at this time.
0 commit comments