-
Notifications
You must be signed in to change notification settings - Fork 265
JoltPhysics: Add wrap for 5.3.0 #2410
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
base: master
Are you sure you want to change the base?
Conversation
fb8c5c8 to
afaf2b2
Compare
afaf2b2 to
b7d2c6e
Compare
330cf11 to
e2ea26b
Compare
|
Can we get this pushed? |
| # fine. | ||
| if cpp.get_id() == 'clang' and host_machine.system() == 'windows' | ||
| error( | ||
| 'unsupported architecture: Clang on cygwin/msys2 cannot build jolt due to linking issues, sorry', |
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.
This is technically an abuse of unsupported architecture, but indeed we don't have a separate disable flag for this.
What are the linking issues? Is it an upstream bug? Wrap bug?
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.
I honestly can't remember, I think it may have been a clang bug at the time
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.
We don't require CI to be completely green. If this isn't a known unfixable problem for some reason, it might be better to remove the check to avoid hiding the issue.
c4449dc to
d4ce448
Compare
| option( | ||
| 'cross_platform_determinism', | ||
| type: 'boolean', | ||
| value: true, |
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.
(default)
292e058 to
e66f470
Compare
e66f470 to
dea985c
Compare
Adds a wrap for the physics library Jolt Physics