From a2858b010d4bdd8f653eae862eb516d8a79653dd Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Mon, 30 Sep 2024 11:04:22 +0000 Subject: [PATCH] .github/workflows/windows.yml: Build with APU_HAVE_ICONV=ON. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1921037 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e998e54d..41dc2f68 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,7 +64,7 @@ jobs: -DAPU_HAVE_ODBC=OFF -DAPU_HAVE_SQLITE3=OFF -DAPU_HAVE_CRYPTO=OFF - - name: ODBC + SQLITE3 + PGSQL + CRYPTO + - name: ODBC + SQLITE3 + PGSQL + CRYPTO + ICONV os: windows-latest triplet: x64-windows arch: x64 @@ -72,12 +72,13 @@ jobs: generator: Ninja build-shared: ON dso-build: OFF - packages: expat sqlite3 openssl libpq + packages: expat sqlite3 openssl libpq libiconv config: >- -DAPU_HAVE_ODBC=ON -DAPU_HAVE_SQLITE3=ON -DAPU_HAVE_PGSQL=ON -DAPU_HAVE_CRYPTO=ON + -DAPU_HAVE_ICONV=ON - name: LDAP os: windows-latest triplet: x64-windows