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.
2 parents 5cc083c + e734847 commit 04ae20aCopy full SHA for 04ae20a
depends/packages/boost.mk
@@ -23,7 +23,7 @@ else
23
$(package)_toolset_$(host_os)=gcc
24
endif
25
$(package)_config_libraries=filesystem,system,test
26
-$(package)_cxxflags+=-std=c++17 -fvisibility=hidden
+$(package)_cxxflags+=-std=c++17
27
$(package)_cxxflags_linux=-fPIC
28
$(package)_cxxflags_android=-fPIC
29
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
@@ -42,5 +42,5 @@ define $(package)_build_cmds
42
endef
43
44
define $(package)_stage_cmds
45
- b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) install
+ b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) --no-cmake-config install
46
0 commit comments