Skip to content

Commit 8f5017b

Browse files
test
1 parent b3c27e9 commit 8f5017b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ 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-
--with-toolset=clang-darwin \
90+
--without-toolset \
9191
--with-libraries=$($(package)_config_libraries) \
9292
|| ( echo "=== BOOST BOOTSTRAP.LOG ===" \
9393
&& cat bootstrap.log \

0 commit comments

Comments
 (0)