fix?
This commit is contained in:
parent
b1f88783a6
commit
6366f626f3
@ -26,7 +26,7 @@ LD_FLAGS ?=
|
|||||||
INC_FLAGS = -I$(HEADERS_PATH)
|
INC_FLAGS = -I$(HEADERS_PATH)
|
||||||
|
|
||||||
ifeq ($(shell uname -s),FreeBSD)
|
ifeq ($(shell uname -s),FreeBSD)
|
||||||
LD_FLAGS += -lc++fs
|
LD_FLAGS += -lstdfs++
|
||||||
INC_FLAGS += -I/usr/local/include
|
INC_FLAGS += -I/usr/local/include
|
||||||
LD_FLAGS += /usr/local/lib/libsodium.a
|
LD_FLAGS += /usr/local/lib/libsodium.a
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user