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 } #