We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c27e9 commit 8f5017bCopy full SHA for 8f5017b
1 file changed
depends/packages/boost.mk
@@ -87,7 +87,7 @@ ifeq ($(host_os),darwin)
87
define $(package)_config_cmds
88
PATH="$(BOOST_NO_WRAP_PATH)" CC="$(CC_FOR_BUILD)" CXX="$(CXX_FOR_BUILD)" \
89
./bootstrap.sh --without-icu \
90
- --with-toolset=clang-darwin \
+ --without-toolset \
91
--with-libraries=$($(package)_config_libraries) \
92
|| ( echo "=== BOOST BOOTSTRAP.LOG ===" \
93
&& cat bootstrap.log \
0 commit comments