depends: Explicitly set Boost toolchain during configuration

This commit is contained in:
Jack Grigg 2019-05-22 10:53:53 +00:00
parent 5222c39cd0
commit 734e594c2c
1 changed files with 1 additions and 1 deletions

View File

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