Skip to content

Commit

Permalink
fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Mar 24, 2015
1 parent 33d3a20 commit ead6248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CFLAGS=-O3 -DNDEBUG
CXXFLAGS=-O3 -DNDEBUG -Iboost/include $(WARN)

ifneq ($(wildcard boost/.),)
LIBS=boost/lib/libboost_thread.a boost/lib/libboost_system.a boost/lib/libboost_chrono.a boost/lib/libboost_timer.a boost/lib/libboost_iostreams.a boost/lib/libboost_program_options.a
LIBS=boost/lib/libboost_thread.a boost/lib/libboost_system.a boost/lib/libboost_timer.a boost/lib/libboost_chrono.a boost/lib/libboost_iostreams.a boost/lib/libboost_program_options.a
else
LIBS=-lboost_thread -lboost_system -lboost_timer -lboost_chrono -lboost_iostreams -lboost_program_options
endif
Expand Down

0 comments on commit ead6248

Please sign in to comment.