Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

fix mingw64 error: invalid linker name in argument '-fuse-ld=lld' #2055

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/Install/mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down