-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
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
[Chipmunk] build via cmake #14776
[Chipmunk] build via cmake #14776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might try to remove msbuild part and verify if it can build fine on Windows via CMake.
Please also update version in |
@NancyLi1013 changes made. |
Have you tried to build via CMake on all platforms? |
Back ARM builds to baseline
Yeah, tested and fixed for x64 UWP |
Kept consistent on portfile
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
LGTm now, thanks for your PR @comedinha. |
Awesome, thanks for your help! |
Actually the chipmunk only can build via msvc, this change will allow build via cmake.
What does your PR fix? Fixes #
[chipmunk] add support for Linux #10802
Which triplets are supported/not supported? Have you updated the CI baseline?
I tested on windows x64 and mingw-w64-static.
Does your PR follow the maintainer guide?
Yes