Skip to content

Commit 2d4e480

Browse files
committed
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
1 parent 3d6603e commit 2d4e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define $(package)_preprocess_cmds
3333
endef
3434

3535
define $(package)_config_cmds
36-
./bootstrap.sh --without-icu --with-libraries=$($(package)_config_libraries)
36+
./bootstrap.sh --without-icu --with-libraries=$($(package)_config_libraries) --with-toolset=$($(package)_toolset_$(host_os))
3737
endef
3838

3939
define $(package)_build_cmds

0 commit comments

Comments
 (0)