Skip to content

Commit

Permalink
[boost] use 'd' suffixed bzip2 library in debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
codicodi committed May 10, 2017
1 parent 43888ff commit 61766d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/boost/CONTROL
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ports/boost/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 61766d1

Please sign in to comment.