Skip to content

Commit 1d0a87e

Browse files
committed
build: remove chrono package from depends Boost
1 parent 3d28c88 commit 1d0a87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(package)_config_opts_armv7a_android=address-model=32
2222
$(package)_toolset_$(host_os)=gcc
2323
$(package)_archiver_$(host_os)=$($(package)_ar)
2424
$(package)_toolset_darwin=clang-darwin
25-
$(package)_config_libraries=chrono,filesystem,system,thread,test
25+
$(package)_config_libraries=filesystem,system,thread,test
2626
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
2727
$(package)_cxxflags_linux=-fPIC
2828
$(package)_cxxflags_android=-fPIC

0 commit comments

Comments
 (0)