We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_toolchain
When we run pacman -S $MINGW_PACKAGE_PREFIX-toolchain in CLANG64 shell it will install:
pacman -S $MINGW_PACKAGE_PREFIX-toolchain
https://packages.msys2.org/groups/mingw-w64-clang-x86_64-toolchain
However, trying to run make install _toolchain on quasi-msys2 will result in failure:
make install _toolchain
Makefile:468: *** Unknown package or package alias: 'mingw-w64-clang-x86_64-toolchain'. Stop. Makefile:939: *** Unable to execute `MAKEFLAGS= make -r __database_nodeps __database_allow_aliases PKG@@mingw-w64-clang-x86_64-toolchain`, exit code 2. Stop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we run
pacman -S $MINGW_PACKAGE_PREFIX-toolchain
in CLANG64 shell it will install:https://packages.msys2.org/groups/mingw-w64-clang-x86_64-toolchain
However, trying to run
make install _toolchain
on quasi-msys2 will result in failure:The text was updated successfully, but these errors were encountered: