build: don't install Boost cmake config files

pull/23494/head
fanquake 3 years ago
parent 1ff265a20c
commit 32659e5897
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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

Loading…
Cancel
Save