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

View File

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