0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

build: don't install Boost cmake config files

This commit is contained in:
fanquake 2021-10-21 10:52:18 +08:00
parent 1ff265a20c
commit 32659e5897
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -42,5 +42,5 @@ define $(package)_build_cmds
endef
define $(package)_stage_cmds
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
endef