Add Boost.Coroutine to bootstrap_boost.sh script (#2911)

following https://github.com/nanocurrency/nano-node/pull/2788
This commit is contained in:
Sergey Kroshnin 2020-09-07 12:26:13 +03:00 committed by GitHub
commit 09348a52fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}