Skip to content
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

FIX: this should be namespace std:: to preserve compatibilty with non-glibc when building without gdb stub #2247

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

Izder456
Copy link
Contributor

I am working on updating the OpenBSD port to 1.0rc, which builds with clang on our own libc/++. Currently, building with gdb stub support is broken for us, so I disabled the configure option. But- We don't have optional like how glibc does, so we should prepend std:: here so building without gdb stub works even without glibc. This should in theory fix other *BSDs as well as musl targets building without gdb stub (if supported). I am unsure if this hack breaks glibc compat, and I don't have a means to test. OK?

@nadiaholmquist nadiaholmquist merged commit be26878 into melonDS-emu:master Dec 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants