mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Defined OS_MACOSX for OSX build. Was causing LevelDB build fail.
This commit is contained in:
@@ -117,6 +117,7 @@ if (int(GCC_VERSION[0]) > 4 or (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1])
|
||||
if OSX:
|
||||
env.Append(LINKFLAGS = ['-L/usr/local/opt/openssl/lib'])
|
||||
env.Append(CXXFLAGS = ['-I/usr/local/opt/openssl/include'])
|
||||
env.Append(CXXFLAGS = ['-DOS_MACOSX'])
|
||||
|
||||
RIPPLE_SRCS = [
|
||||
'src/cpp/database/sqlite3.c',
|
||||
|
||||
Reference in New Issue
Block a user