Skip to content

Commit

Permalink
* build/vcpkg/apr-2/portfile.cmake: handle dbd-odbc option correctly.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920439 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 3, 2024
1 parent ab25010 commit 6c10d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/vcpkg/apr-2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
private-headers INSTALL_PRIVATE_H
crypto FEATURE_CRYPTO
xlate FEATURE_XLATE
dbd-odbc FEATURE_DBD_ODBC
dbd-sqlite3 FEATURE_DBD_SQLITE3
)

Expand All @@ -27,6 +28,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
-DINSTALL_PDB=OFF
-DAPU_HAVE_CRYPTO=${FEATURE_CRYPTO}
-DAPU_HAVE_ICONV=${FEATURE_XLATE}
-DAPU_HAVE_ODBC=${FEATURE_DBD_ODBC}
-DAPU_HAVE_SQLITE3=${FEATURE_DBD_SQLITE3}
-DAPU_USE_EXPAT=${APU_USE_EXPAT}
-DAPR_INSTALL_PRIVATE_H=${INSTALL_PRIVATE_H}
Expand Down

0 comments on commit 6c10d5a

Please sign in to comment.