From 814bb62a5e034c1a82ee6c22baf7f0baf82f193f Mon Sep 17 00:00:00 2001 From: sdixon Date: Mon, 5 Aug 2024 03:49:31 +0100 Subject: [PATCH] copying iconv.h into libxml2 include dir for simplicity --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9a8f6892..dea6201c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -96,7 +96,7 @@ jobs: -DNO_IDL_WRAPPER=ON -DNO_MEMCACHE=ON -DCMAKE_INSTALL_PREFIX=install - && cp C:/vcpkg/installed/x64-windows-static-md/include/iconv.h C:/vcpkg/installed/x64-windows-static-md/include/libxml/ + && cp C:/vcpkg/installed/x64-windows-static-md/include/iconv.h C:/vcpkg/installed/x64-windows-static-md/include/libxml2/libxml/ && cmake --build build -j --config Release && cmake --install build --config Release && ls install/lib