Skip to content

Commit 8d6e7ba

Browse files
committed
bugfix: remove boost_system from link step
1 parent 47e55e7 commit 8d6e7ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ SPAG_USE_SIGNALS
3333

3434

3535
# this is needed for the demo programs
36-
LDFLAGS += -lboost_system -lboost_thread -pthread
36+
#LDFLAGS += -lboost_system -lboost_thread -pthread
37+
LDFLAGS += -lboost_thread -pthread
3738

3839
# needed, so object files that are inner part of successive pattern rules don't get erased at the end of build
3940
#.PRECIOUS: obj/demo/%.o obj/lib/release/%.o obj/lib/debug/%.o

0 commit comments

Comments
 (0)