Update leveldb git url

Google code was shut down, project moved to github.
This commit is contained in:
est31 2015-09-08 21:45:16 +02:00
parent 1f1e14ab7f
commit 183d0d5633
1 changed files with 1 additions and 1 deletions

View File

@ -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