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 22, 2024
1 parent 202049c commit 3b14658
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 3b14658

Please sign in to comment.