Skip to content

Commit 995d579

Browse files
committed
Build with boost threading=multi.
1 parent 37d91ee commit 995d579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ echo " with_pkgconfigdir: $with_pkgconfigdir"
170170
# Define boost options for gcc.
171171
#------------------------------------------------------------------------------
172172
BOOST_OPTIONS_GCC=\
173-
"threading=single "\
173+
"threading=multi "\
174174
"variant=release "\
175175
"--disable-icu "\
176176
"--with-date_time "\
@@ -190,7 +190,7 @@ BOOST_OPTIONS_CLANG=\
190190
"toolset=clang "\
191191
"cxxflags=-stdlib=${boost_stdlib} "\
192192
"linkflags=-stdlib=${boost_stdlib} "\
193-
"threading=single "\
193+
"threading=multi "\
194194
"variant=release "\
195195
"--disable-icu "\
196196
"--with-date_time "\

0 commit comments

Comments
 (0)