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
I have problem while configure dmake for mingw. Configure script doesn't correctly detect win platform. I attach patch for this issue
--- a/configure 2012-11-27 12:44:45 +0400 +++ b/configure 2012-11-27 12:12:26 +0400 @@ -4349,7 +4349,7 @@ OS_VERSION=cygwin CASE_INSENSITIVE_FS=true ;; - "MINGW") + MINGW*) OS_VERSION=mingw OS_TYPE=winnt BUILDINFO="Windows / MinGW"
The text was updated successfully, but these errors were encountered:
https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=16
Sorry, something went wrong.
Just wanted to note that the package built by the MSYS2 folks seems a little behind. The PKGBUILD still points to the Apache URL for the tarball.
No branches or pull requests
I have problem while configure dmake for mingw. Configure script doesn't correctly detect win platform. I attach patch for this issue
The text was updated successfully, but these errors were encountered: