mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 23:40:59 +02:00
build: remove chrono package from depends Boost
This commit is contained in:
@@ -22,7 +22,7 @@ $(package)_config_opts_armv7a_android=address-model=32
|
||||
$(package)_toolset_$(host_os)=gcc
|
||||
$(package)_archiver_$(host_os)=$($(package)_ar)
|
||||
$(package)_toolset_darwin=clang-darwin
|
||||
$(package)_config_libraries=chrono,filesystem,system,thread,test
|
||||
$(package)_config_libraries=filesystem,system,thread,test
|
||||
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
|
||||
$(package)_cxxflags_linux=-fPIC
|
||||
$(package)_cxxflags_android=-fPIC
|
||||
|
Reference in New Issue
Block a user