diff --git a/.github/scripts/toolchain/build-mingw.sh b/.github/scripts/toolchain/build-mingw.sh index 1ecb9cf92..57688a84b 100755 --- a/.github/scripts/toolchain/build-mingw.sh +++ b/.github/scripts/toolchain/build-mingw.sh @@ -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"