File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ifeq ($(CXX),)
18
18
endif
19
19
20
20
UNAME := $(shell uname)
21
- LIBS = -l boost_program_options -l boost_iostreams -l pthread -l z
21
+ LIBS = -l boost_program_options -l pthread -l z
22
22
BOOST_INCLUDE = -I /usr/include
23
23
BOOST_LIBRARY = -L /usr/local/lib -L /usr/lib
24
24
NPROCS := 1
@@ -28,17 +28,17 @@ ifeq ($(UNAME), Linux)
28
28
NPROCS: =$(shell grep -c ^processor /proc/cpuinfo)
29
29
endif
30
30
ifeq ($(UNAME ) , FreeBSD)
31
- LIBS = -l boost_program_options -l boost_iostreams -l pthread -l z -l compat
31
+ LIBS = -l boost_program_options -l pthread -l z -l compat
32
32
BOOST_INCLUDE = -I /usr/local/include
33
33
NPROCS: =$(shell grep -c ^processor /proc/cpuinfo)
34
34
endif
35
35
ifeq "CYGWIN" "$(findstring CYGWIN,$(UNAME ) ) "
36
- LIBS = -l boost_program_options-mt -l boost_iostreams_mt -l pthread -l z
36
+ LIBS = -l boost_program_options-mt -l pthread -l z
37
37
BOOST_INCLUDE = -I /usr/include
38
38
NPROCS: =$(shell grep -c ^processor /proc/cpuinfo)
39
39
endif
40
40
ifeq ($(UNAME ) , Darwin)
41
- LIBS = -lboost_program_options-mt -lboost_serialization-mt -lboost_iostreams-mt - l pthread -l z
41
+ LIBS = -lboost_program_options-mt -lboost_serialization-mt -l pthread -l z
42
42
# On Macs, the location isn't always clear
43
43
# brew uses /usr/local
44
44
# but /opt/local seems to be preferred by some users
You can’t perform that action at this time.
0 commit comments