-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support MSYS2/mingw-w64 #113
Conversation
Oh, the failure we avoid here is:
|
FYI, CMake works for me in msys2. |
Sure, that's great, but I'd like to use autotools personally! |
This isn't quite ready yet. |
d0dd228
to
d09679a
Compare
I think this is ready for review now. |
Here is my PR to add frei0r to MSYS2: msys2/MINGW-packages#7367 |
What's the point of adding our CI scripts here? Are there any PKGBUILDs? See for example https://github.com/harfbuzz/harfbuzz/blob/master/.github/workflows/msys2-ci.yml how to add MSYS2 CI |
Thanks. I'll read up and fix it. I'll also split adding ci into a separate pr. |
Lack of CXXFLAGS here. I would expect that CPPFLAGS would have made it through but that seems not to be the case. Anyway it seems like being able to specify global CXXFLAGS in one place is useful and this achieves that too.
Hi @ddennedy, I removed all the GitHub actions stuff from this PR and think the rest is ready for a re-review if you had time? |
Switching from $dayjob to $other-opensource-stuff .. this allows building on MSYS2/mingw-w64. I plan to submit a PR soon to MSYS2 for inclusion.
Thanks for your kind reviews!