Add Boost.Coroutine to bootstrap_boost.sh script (#2911)
following https://github.com/nanocurrency/nano-node/pull/2788
This commit is contained in:
parent
758d6209c9
commit
09348a52fd
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue