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 1ce74bc commit 0a33803Copy full SHA for 0a33803
depends/packages/boost.mk
@@ -21,6 +21,9 @@ $(package)_config_opts_x86_64_android=address-model=64
21
$(package)_config_opts_armv7a_android=address-model=32
22
$(package)_toolset_$(host_os)=gcc
23
$(package)_toolset_darwin=clang
24
+ifneq (,$(findstring clang,$($(package)_cxx)))
25
+ $(package)_toolset_$(host_os)=clang
26
+endif
27
$(package)_archiver_$(host_os)=$($(package)_ar)
28
$(package)_config_libraries=filesystem,system,thread,test
29
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
0 commit comments