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.
|
# Apparently, pkg-config --libs protobuf on bsd fails to provide this necessary include dir.
|
||||||
if FreeBSD:
|
if FreeBSD:
|
||||||
env.Append(LINKFLAGS = ['-I/usr/local/include'])
|
env.Append(LINKFLAGS = ['-I/usr/local/include'])
|
||||||
|
env.Append(CXXFLAGS = ['-DOS_FREEBSD'])
|
||||||
|
|
||||||
env.Append(
|
env.Append(
|
||||||
LIBS = [
|
LIBS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user