mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 04:58:15 +08:00
[boost] Build boost with zlib support
This commit is contained in:
parent
7969392738
commit
8e911397c5
@ -1,3 +1,4 @@
|
||||
Source: boost
|
||||
Version: 1.62-6
|
||||
Description: Peer-reviewed portable C++ source libraries
|
||||
Build-Depends: zlib
|
||||
|
@ -31,6 +31,10 @@ endif()
|
||||
message(STATUS "Bootstrapping done")
|
||||
|
||||
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}
|
||||
--debug-configuration
|
||||
--hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user