1 parent 47e55e7 commit 8d6e7baCopy full SHA for 8d6e7ba
1 file changed
Makefile
@@ -33,7 +33,8 @@ SPAG_USE_SIGNALS
33
34
35
# this is needed for the demo programs
36
-LDFLAGS += -lboost_system -lboost_thread -pthread
+#LDFLAGS += -lboost_system -lboost_thread -pthread
37
+LDFLAGS += -lboost_thread -pthread
38
39
# needed, so object files that are inner part of successive pattern rules don't get erased at the end of build
40
#.PRECIOUS: obj/demo/%.o obj/lib/release/%.o obj/lib/debug/%.o
0 commit comments