mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
build: remove chrono package from depends Boost
This commit is contained in:
parent
3d28c886f0
commit
1d0a87e712
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue