Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 10:45:40 -04:00
parent 1530a0aae5
commit fe409fe586
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 += -lc++experimental
LD_FLAGS += $(shell dirname $(CXX))../lib/c++experimental.a
INC_FLAGS += -I/usr/local/include
LD_FLAGS += /usr/local/lib/libsodium.a
else