mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
FreeBSD fix.
This commit is contained in:
@@ -94,6 +94,7 @@ if not FreeBSD:
|
||||
# Apparently, pkg-config --libs protobuf on bsd fails to provide this necessary include dir.
|
||||
if FreeBSD:
|
||||
env.Append(LINKFLAGS = ['-I/usr/local/include'])
|
||||
env.Append(CXXFLAGS = ['-DOS_FREEBSD'])
|
||||
|
||||
env.Append(
|
||||
LIBS = [
|
||||
|
||||
Reference in New Issue
Block a user