-
Notifications
You must be signed in to change notification settings - Fork 37
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
meson: refactor #1172
meson: refactor #1172
Conversation
Thanks for the PR, this looks quite good. I'm curious why you removed the explicit |
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.
Looks good to me and builds fine on Windows 11 WSL. I'll leave final approval up to @rr- though.
No, but warning_level is also set in default_options |
Sorry for force push, i put zlib back in the dependency list because it is needed for non-static build |
Right, but it's set to TR1X had it (presumably intentionally) set to a stricter |
Looks like https://github.com/LostArtefacts/TR1X/blob/develop/meson.build#L4 and https://github.com/LostArtefacts/TR1X/blob/develop/meson.build#L8 I removed the second assignment Or maybe I misunderstood something? |
Ah, gotcha. No, I only saw you removing that line, and hadn't caught that it was set twice. In that case I agree this is a nice clean-up, although @rr- should probably re-visit whether he wants it to be 2 or 3. Thumbs up from my side. |
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.
Hi, the newest version doesn't build for me because M_PI
is undefined on either Linux or Windows.
I've merged the changes from the |
Thanks for the cleanup. |
Checklist
Description
Minor code cleanup
Removed unnecessary dependencies
The dependency call for libbacktrace has been replaced by find_library because libbacktrace does not have a pc file
Successfully built a static binary using msys2 mingw