aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 13:14:11 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 15:10:59 -0800
commita1405500b4f1ebb4e0503fa31672601d29ea3ee2 (patch)
tree2da234a26d0f8122a83a7b87e57ca0096196e221
parent772528f112f7bddbc09c4519a034f1da7a41cec4 (diff)
downloadvcpkg-a1405500b4f1ebb4e0503fa31672601d29ea3ee2.tar.gz
vcpkg-a1405500b4f1ebb4e0503fa31672601d29ea3ee2.zip
[soci] Fix setting LIBDIR instead of SOCI_LIBDIR
-rw-r--r--ports/soci/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/soci/portfile.cmake b/ports/soci/portfile.cmake
index ddd37aef2..0358297c5 100644
--- a/ports/soci/portfile.cmake
+++ b/ports/soci/portfile.cmake
@@ -28,7 +28,7 @@ vcpkg_configure_cmake(
OPTIONS
-DSOCI_TESTS=OFF
-DSOCI_CXX_C11=ON
- -DLIBDIR=lib
+ -DSOCI_LIBDIR=lib # This is to always have output in the lib folder and not lib64 for 64-bit builds
-DSOCI_STATIC=${SOCI_STATIC}
-DSOCI_SHARED=${SOCI_DYNAMIC}
)