aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
)