Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configure_libnidiumcore
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ def leveldb():
env.set("TARGET_OS", "OS_ANDROID_CROSSCOMPILE")

return {
"location": Deps.GitRepo("https://github.com/google/leveldb.git", tag="v1.18"),
"location": Deps.GitRepo("https://github.com/google/leveldb.git", tag="1.22"),
# leveldb make doest not detect CXXFLAGS changes, so we force "make clean"
"build": ["make clean","make"],
"patchs": [os.path.join(CONFIGURE_PATH, "patch", "leveldb.patch")],
"build": ["cmake .", "make clean", "make"],
#"patchs": [os.path.join(CONFIGURE_PATH, "patch", "leveldb.patch")],
"env": env,
"outputs": ["libleveldb(.a|.lib)"]
}
Expand Down
28 changes: 0 additions & 28 deletions patch/leveldb.patch

This file was deleted.