From 2d4e48081382a58033ed5c3734a4ad810b56a963 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 29 Apr 2020 16:32:20 -0400 Subject: [PATCH] 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 --- depends/packages/boost.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/packages/boost.mk b/depends/packages/boost.mk index 970c81041e..6605c1c6ca 100644 --- a/depends/packages/boost.mk +++ b/depends/packages/boost.mk @@ -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