Skip to content

Commit

Permalink
Update leveldb git url
Browse files Browse the repository at this point in the history
Google code was shut down, project moved to github.
  • Loading branch information
est31 committed Sep 8, 2015
1 parent 1f1e14a commit 183d0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 183d0d5

Please sign in to comment.