diff --git a/tools/Install/mingw.sh b/tools/Install/mingw.sh index 62fb44b922..d4187acfd2 100644 --- a/tools/Install/mingw.sh +++ b/tools/Install/mingw.sh @@ -34,7 +34,7 @@ install_dependencies() { PACMAN_ARGS="--noconfirm --needed" # Build tools and make (mingw32-make fails building portAudio) - pacman -S ${PACMAN_ARGS} git mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-cmake msys/tar msys/make + pacman -S ${PACMAN_ARGS} git mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-lld msys/tar msys/make # required by the SDK pacman -S ${PACMAN_ARGS} mingw-w64-x86_64-sqlite3