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 9cf2ee5 commit d7048faCopy full SHA for d7048fa
depends/packages/boost.mk
@@ -9,7 +9,7 @@ define $(package)_set_vars
9
$(package)_config_opts_release=variant=release
10
$(package)_config_opts_debug=variant=debug
11
$(package)_config_opts=--layout=tagged --build-type=complete --user-config=user-config.jam
12
-$(package)_config_opts+=threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1
+$(package)_config_opts+=threading=multi link=static -sNO_COMPRESSION=1
13
$(package)_config_opts_linux=target-os=linux threadapi=pthread runtime-link=shared
14
$(package)_config_opts_darwin=target-os=darwin runtime-link=shared
15
$(package)_config_opts_mingw32=target-os=windows binary-format=pe threadapi=win32 runtime-link=static
0 commit comments