Skip to content

Commit

Permalink
Fix missing rebuild of all MinGW libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Oct 2, 2024
1 parent d897fe5 commit b8b6bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/toolchain/build-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$MINGW_BUILD_PATH/Makefile" ]]; then
--host=$TARGET \
--enable-static \
--enable-shared \
--with-libraries=all \
$HOST_OPTIONS \
$TARGET_OPTIONS \
CFLAGS="$CFLAGS"
Expand Down

0 comments on commit b8b6bbb

Please sign in to comment.