0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

depends: boost: Specify toolset to bootstrap.sh

b2 will pickup our user-config.jam just fine, however, bootstrap.sh has
its own toolset autodetect mechanism, which doesn't GAF about our
user-config.jam
This commit is contained in:
Carl Dong 2020-04-29 16:32:20 -04:00
parent 3d6603e340
commit 2d4e480813
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -33,7 +33,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_config_cmds
./bootstrap.sh --without-icu --with-libraries=$($(package)_config_libraries)
./bootstrap.sh --without-icu --with-libraries=$($(package)_config_libraries) --with-toolset=$($(package)_toolset_$(host_os))
endef
define $(package)_build_cmds