Skip to content

Commit

Permalink
Add Boost.Coroutine to bootstrap_boost.sh script (#2911)
Browse files Browse the repository at this point in the history
following #2788
  • Loading branch information
SergiySW authored Sep 7, 2020
1 parent 758d620 commit 09348a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build_prep/bootstrap_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts 'hmscCkpvB:j:' OPT; do
LINK_TYPE+=('link=shared')
;;
m)
bootstrapArgs+=('--with-libraries=system,thread,log,filesystem,program_options')
bootstrapArgs+=('--with-libraries=system,thread,log,filesystem,program_options,coroutine')
;;
j)
buildThreads=${OPTARG}
Expand Down

0 comments on commit 09348a5

Please sign in to comment.