We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff265a commit 32659e5Copy full SHA for 32659e5
depends/packages/boost.mk
@@ -42,5 +42,5 @@ define $(package)_build_cmds
42
endef
43
44
define $(package)_stage_cmds
45
- 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
46
0 commit comments