diff options
author | sapier <Sapier at GMX dot net> | 2014-07-06 21:24:31 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-07-06 21:27:54 +0200 |
commit | b459f53ac366930f93928352833ea266fbfcd92e (patch) | |
tree | 432c3cf9e039949ef2b162cf65d4e8d3863d806c /build/android/Makefile | |
parent | d020e0771d938e7ae12e082b5bd4f686e77f0bdb (diff) | |
download | minetest-b459f53ac366930f93928352833ea266fbfcd92e.tar.gz minetest-b459f53ac366930f93928352833ea266fbfcd92e.tar.bz2 minetest-b459f53ac366930f93928352833ea266fbfcd92e.zip |
Switch android to leveldb as sqlite3 is broken and fails to save any mapblock there
Diffstat (limited to 'build/android/Makefile')
-rw-r--r-- | build/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index 9e693432b..d75c6a409 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -628,7 +628,7 @@ assets : $(ASSETS_TIMESTAMP) clean_assets : @$(RM) -r assets -apk: $(PATHCFGFILE) assets $(IRRLICHT_LIB) $(CURL_LIB) \ +apk: $(PATHCFGFILE) assets $(IRRLICHT_LIB) $(CURL_LIB) $(LEVELDB_LIB) \ $(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ROOT)/jni/src/android_version.h @export NDEBUG=$$NDEBUG; $(MAKE) -j${PARALLEL} manifest; \ export PATH=$$PATH:${SDKFOLDER}/platform-tools:${ANDROID_NDK}; \ |