mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Code needs to know if LevelDB has been compiled in.
This commit is contained in:
@@ -118,7 +118,7 @@ if OSX:
|
||||
env.Append(CXXFLAGS = ['-I/usr/local/opt/openssl/include'])
|
||||
|
||||
if LevelDB:
|
||||
env.Append(CXXFLAGS = [ '-Isrc/cpp/leveldb', '-Isrc/cpp/leveldb/port', '-Isrc/cpp/leveldb/include'])
|
||||
env.Append(CXXFLAGS = [ '-Isrc/cpp/leveldb', '-Isrc/cpp/leveldb/port', '-Isrc/cpp/leveldb/include', '-DUSE_LEVELDB'])
|
||||
|
||||
LEVELDB_SRCS = [ 'src/cpp/leveldb_core.cpp' ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user