aboutsummaryrefslogtreecommitdiff
path: root/ports/lz4
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2018-03-12 19:16:43 +0300
committeryurybura <yurybura@gmail.com>2018-03-12 19:16:43 +0300
commitcc3d12b16b84377368e5e5b001aeb75877d85ce5 (patch)
tree38a1f4f2c55db52cc9729efe655e37b68959bcb4 /ports/lz4
parent148cb369d8934d32e37ef8e15c95476ec8e5968a (diff)
downloadvcpkg-cc3d12b16b84377368e5e5b001aeb75877d85ce5.tar.gz
vcpkg-cc3d12b16b84377368e5e5b001aeb75877d85ce5.zip
[rocksdb] Fix build and use debug suffix 'd'
[gtest] Fix issue #2373
Diffstat (limited to 'ports/lz4')
-rw-r--r--ports/lz4/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/lz4/portfile.cmake b/ports/lz4/portfile.cmake
index 1928d7e70..6150a35e6 100644
--- a/ports/lz4/portfile.cmake
+++ b/ports/lz4/portfile.cmake
@@ -12,7 +12,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS_DEBUG
- -DLZ4_SKIP_INCLUDES=ON)
+ -DLZ4_SKIP_INCLUDES=ON
+ -DCMAKE_DEBUG_POSTFIX=d)
vcpkg_install_cmake()
vcpkg_copy_pdbs()