We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9896bc + 641ed48 commit 65f1298Copy full SHA for 65f1298
1 file changed
test/c++17/Makefile
@@ -26,7 +26,7 @@ DIRS=$(HOME)/usr /usr/local /usr
26
LIBS+=$(foreach dir,$(DIRS),-L$(dir)/lib) -lm
27
CFLAGS+=$(foreach dir,$(DIRS),-I$(dir)/include)
28
29
-LIBS+=`pkg-config --libs libtirpc`
+LIBS+=`pkg-config --libs libtirpc` -lboost_system -lboost_thread
30
31
JSON_HEADER=$(firstword $(foreach dir,$(DIRS),$(wildcard $(dir)/include/json_spirit.h)))
32
0 commit comments