Skip to content

Commit

Permalink
Merge pull request #5022
Browse files Browse the repository at this point in the history
37a9bcf Remove visibility settings from boost.mk (TheCharlatan)
  • Loading branch information
fluffypony committed Jan 16, 2019
2 parents a093a75 + 37a9bcf commit 246b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/depends/packages/boost.mk
Expand Up @@ -20,7 +20,7 @@ $(package)_archiver_$(host_os)=$($(package)_ar)
$(package)_toolset_darwin=darwin
$(package)_archiver_darwin=$($(package)_libtool)
$(package)_config_libraries=chrono,filesystem,program_options,system,thread,test,date_time,regex,serialization,locale
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
$(package)_cxxflags=-std=c++11
$(package)_cxxflags_linux=-fPIC
endef

Expand Down

0 comments on commit 246b28e

Please sign in to comment.