Skip to content

Commit abae8a3

Browse files
test
1 parent 8f5017b commit abae8a3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

depends/packages/boost.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,15 @@ ifeq ($(host_os),darwin)
8787
define $(package)_config_cmds
8888
PATH="$(BOOST_NO_WRAP_PATH)" CC="$(CC_FOR_BUILD)" CXX="$(CXX_FOR_BUILD)" \
8989
./bootstrap.sh --without-icu \
90-
--without-toolset \
90+
--with-toolset=clang-darwin \
9191
--with-libraries=$($(package)_config_libraries) \
9292
|| ( echo "=== BOOST BOOTSTRAP.LOG ===" \
9393
&& cat bootstrap.log \
9494
&& echo "=== END BOOST BOOTSTRAP.LOG ===" \
9595
&& false )
96+
97+
# Remove Boost auto-generated clang-darwin toolset to avoid duplicate entry
98+
sed -i '/using clang-darwin/d' project-config.jam
9699
endef
97100

98101
else

0 commit comments

Comments
 (0)