mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 15:38:16 +08:00
[boost] Build boost with zlib support
This commit is contained in:
parent
7969392738
commit
8e911397c5
@ -1,3 +1,4 @@
|
|||||||
Source: boost
|
Source: boost
|
||||||
Version: 1.62-6
|
Version: 1.62-6
|
||||||
Description: Peer-reviewed portable C++ source libraries
|
Description: Peer-reviewed portable C++ source libraries
|
||||||
|
Build-Depends: zlib
|
||||||
|
@ -31,6 +31,10 @@ endif()
|
|||||||
message(STATUS "Bootstrapping done")
|
message(STATUS "Bootstrapping done")
|
||||||
|
|
||||||
set(B2_OPTIONS
|
set(B2_OPTIONS
|
||||||
|
-sZLIB_BINARY=zlib
|
||||||
|
-sZLIB_INCLUDE="${CURRENT_INSTALLED_DIR}\\include"
|
||||||
|
-sZLIB_LIBPATH="${CURRENT_INSTALLED_DIR}\\lib"
|
||||||
|
-sNO_BZIP2=1
|
||||||
-j$ENV{NUMBER_OF_PROCESSORS}
|
-j$ENV{NUMBER_OF_PROCESSORS}
|
||||||
--debug-configuration
|
--debug-configuration
|
||||||
--hash
|
--hash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user