FreeBSD fix.

This commit is contained in:
JoelKatz
2013-05-11 19:21:48 -07:00
parent edf90f703f
commit 3406acbb0f

View File

@@ -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 = [