aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodicodi <rob.ceglinski@gmail.com>2017-05-10 18:19:35 +0200
committercodicodi <rob.ceglinski@gmail.com>2017-05-10 18:19:35 +0200
commit61766d1dc9e356f5cb533b49beab35b84fceb473 (patch)
tree9adbf7763173b475c84edb09282c1956d329863e
parent43888ff91e1579a14a887c7d99bd86b369707836 (diff)
downloadvcpkg-61766d1dc9e356f5cb533b49beab35b84fceb473.tar.gz
vcpkg-61766d1dc9e356f5cb533b49beab35b84fceb473.zip
[boost] use 'd' suffixed bzip2 library in debug build
-rw-r--r--ports/boost/CONTROL2
-rw-r--r--ports/boost/portfile.cmake2
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"
)