summaryrefslogtreecommitdiff
path: root/build/android/Makefile
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-09-08 21:45:16 +0200
committerest31 <MTest31@outlook.com>2015-09-08 21:45:16 +0200
commit183d0d5633b94bfa831528cb637fdb29342676d4 (patch)
tree2d0a2f332d34bf63791a94236605c1f8d65bc839 /build/android/Makefile
parent1f1e14ab7fe1680eae12955929be004af7f39fe4 (diff)
downloadminetest-183d0d5633b94bfa831528cb637fdb29342676d4.tar.gz
minetest-183d0d5633b94bfa831528cb637fdb29342676d4.tar.bz2
minetest-183d0d5633b94bfa831528cb637fdb29342676d4.zip
Update leveldb git url
Google code was shut down, project moved to github.
Diffstat (limited to 'build/android/Makefile')
-rw-r--r--build/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/Makefile b/build/android/Makefile
index 08cc179f3..66d12ac8b 100644
--- a/build/android/Makefile
+++ b/build/android/Makefile
@@ -89,7 +89,7 @@ LEVELDB_DIR = $(ROOT)/deps/leveldb/
LEVELDB_LIB = $(LEVELDB_DIR)libleveldb.a
LEVELDB_TIMESTAMP = $(LEVELDB_DIR)/timestamp
LEVELDB_TIMESTAMP_INT = $(ROOT)/deps/leveldb_timestamp
-LEVELDB_URL_GIT = https://code.google.com/p/leveldb/
+LEVELDB_URL_GIT = https://github.com/google/leveldb
OPENAL_DIR = $(ROOT)/deps/openal-soft/
OPENAL_LIB = $(OPENAL_DIR)libs/$(TARGET_ABI)/libopenal.so