Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 10:45:58 -04:00
parent fe409fe586
commit ce2ffc1927
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -26,7 +26,7 @@ LD_FLAGS ?=
INC_FLAGS = -I$(HEADERS_PATH)
ifeq ($(shell uname -s),FreeBSD)
LD_FLAGS += $(shell dirname $(CXX))../lib/c++experimental.a
LD_FLAGS += $(shell dirname $(CXX))/../lib/c++experimental.a
INC_FLAGS += -I/usr/local/include
LD_FLAGS += /usr/local/lib/libsodium.a
else