Skip to content

Commit 32659e5

Browse files
committed
build: don't install Boost cmake config files
1 parent 1ff265a commit 32659e5

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

4444
define $(package)_stage_cmds
45-
b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) install
45+
b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) --no-cmake-config install
4646
endef

0 commit comments

Comments
 (0)