From 62bb53203c4fefe1e315da3fcdfc3cff4d698fa7 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Sat, 9 Dec 2023 13:16:24 +0000 Subject: [PATCH] ci: Try to workaround build failures. --- ci/build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.ps1 b/ci/build.ps1 index 2829189..c2bcf90 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -119,6 +119,8 @@ Exec { cmake "-S." "-B$buildDir" -G $generator "-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_ # # Build # +# XXX: Temporary hack to avoid "No rule to make target lib*.dll.a" +Exec { cmake --build $buildDir --use-stderr --target mgwhelp_implib --target exchndl_implib } Exec { cmake --build $buildDir --use-stderr --target all } #