File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ $(package)_config_opts+=threading=multi link=static -sNO_COMPRESSION=1
13
13
$(package ) _config_opts_linux=target-os=linux threadapi=pthread runtime-link=shared
14
14
$(package ) _config_opts_darwin=target-os=darwin runtime-link=shared
15
15
$(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
18
16
$(package ) _config_opts_x86_64=architecture=x86 address-model=64
19
17
$(package ) _config_opts_i686=architecture=x86 address-model=32
20
18
$(package ) _config_opts_aarch64=address-model=64
21
19
$(package ) _config_opts_armv7a=address-model=32
22
20
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
24
24
endif
25
25
$(package ) _archiver_$(host_os ) =$($(package ) _ar)
26
26
$(package ) _config_libraries=filesystem,system,thread,test
You can’t perform that action at this time.
0 commit comments