Skip to content

Commit ab9e047

Browse files
committed
depends: boost: Cleanup toolset selection
1 parent 86002e7 commit ab9e047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/boost.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ $(package)_config_opts+=threading=multi link=static -sNO_COMPRESSION=1
1313
$(package)_config_opts_linux=target-os=linux threadapi=pthread runtime-link=shared
1414
$(package)_config_opts_darwin=target-os=darwin runtime-link=shared
1515
$(package)_config_opts_mingw32=target-os=windows binary-format=pe threadapi=win32 runtime-link=static
16-
$(package)_toolset_$(host_os)=gcc
17-
$(package)_toolset_darwin=clang
1816
$(package)_config_opts_x86_64=architecture=x86 address-model=64
1917
$(package)_config_opts_i686=architecture=x86 address-model=32
2018
$(package)_config_opts_aarch64=address-model=64
2119
$(package)_config_opts_armv7a=address-model=32
2220
ifneq (,$(findstring clang,$($(package)_cxx)))
23-
$(package)_toolset_$(host_os)=clang
21+
$(package)_toolset_$(host_os)=clang
22+
else
23+
$(package)_toolset_$(host_os)=gcc
2424
endif
2525
$(package)_archiver_$(host_os)=$($(package)_ar)
2626
$(package)_config_libraries=filesystem,system,thread,test

0 commit comments

Comments
 (0)