Skip to content

Commit

Permalink
ci: Temporary workaround for build race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Dec 9, 2023
1 parent 4a7e249 commit f9c837e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ Exec { cmake "-S." "-B$buildDir" -G $generator "-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_
#
# Build
#
if ($target -eq "mingw32") {
# XXX: Temporary hack to avoid "No rule to make target lib*.dll.a"
Exec { cmake --build $buildDir --use-stderr --target libmgwhelp_implib --target libexchndl_implib }
}
Exec { cmake --build $buildDir --use-stderr --target all }

#
Expand Down

0 comments on commit f9c837e

Please sign in to comment.