Skip to content

Commit

Permalink
lexbor: workraround build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 authored Nov 15, 2024
1 parent 3bdb77c commit 6d8fb1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-lexbor/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ build() {
-S "${_realname}-${pkgver}" \
-B "build-${MSYSTEM}"

cmake --build "build-${MSYSTEM}"
# Workaround: try to build twice to fix dll copy issue
cmake --build "build-${MSYSTEM}" || cmake --build "build-${MSYSTEM}"
}

check() {
Expand Down

0 comments on commit 6d8fb1b

Please sign in to comment.