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
Looks like AppVeyor has updated mingw causing all test executables to fail:
assert-test Command exited with code -1073741515
where -1073741515 == 0xC0000135 (STATUS_DLL_NOT_FOUND)
STATUS_DLL_NOT_FOUND
The text was updated successfully, but these errors were encountered:
Workaround broken MinGW installation on AppVeyor (#355)
b238cb3
1acfd07
Implemented a workaround in 1acfd07.
Sorry, something went wrong.
b8540e6
(cherry picked from commit 1acfd07)
No branches or pull requests
Looks like AppVeyor has updated mingw causing all test executables to fail:
where -1073741515 == 0xC0000135 (
STATUS_DLL_NOT_FOUND
)The text was updated successfully, but these errors were encountered: