diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-05-10 15:57:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-10 15:57:28 -0700 |
| commit | 161b9e44a954bdbb08126de34d549cb15afc6a66 (patch) | |
| tree | 40c2b9b1d564bcb392600c2a02247acbc5384dbd /ports/boost | |
| parent | c0fbff09ae4a9cac87a80e871e769e46bc8099ce (diff) | |
| parent | 69514e6330431df421517ada64194de4c3c1ab2b (diff) | |
| download | vcpkg-161b9e44a954bdbb08126de34d549cb15afc6a66.tar.gz vcpkg-161b9e44a954bdbb08126de34d549cb15afc6a66.zip | |
Merge pull request #1066 from codicodi/bzip2-dbg-suffix
[bzip2] add debug suffix
Diffstat (limited to 'ports/boost')
| -rw-r--r-- | ports/boost/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL index 73a8f0a87..308879e46 100644 --- a/ports/boost/CONTROL +++ b/ports/boost/CONTROL @@ -1,4 +1,4 @@ Source: boost -Version: 1.64-2 +Version: 1.64-3 Description: Peer-reviewed portable C++ source libraries Build-Depends: zlib, bzip2 diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index 6ce79afe6..1f442ac7a 100644 --- a/ports/boost/portfile.cmake +++ b/ports/boost/portfile.cmake @@ -168,7 +168,7 @@ set(B2_OPTIONS_DBG ${B2_OPTIONS} -sZLIB_BINARY=zlibd -sZLIB_LIBPATH="${CURRENT_INSTALLED_DIR}\\debug\\lib" - -sBZIP2_BINARY=bz2 + -sBZIP2_BINARY=bz2d -sBZIP2_LIBPATH="${CURRENT_INSTALLED_DIR}\\debug\\lib" ) |
