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

Work around std::filesystem being unavailable on mac w/ warnings #1297

Merged

Conversation

bluebandit21
Copy link
Member

ScreenSelectMusic::OnConfirmSongDeletion() uses std::filesystem, which isn't supported with the macOS sdk we're currently using.

Rather than just completely failing to compile, do the marginally better action of emitting a compiler warning and making the function log a warning and do nothing else on macOS.

The version of the macOS sdk we're using doesn't implement it,
 see more detailed in-code comment included in this commit
@poco0317 poco0317 merged commit e339070 into etternagame:develop Mar 12, 2024
4 of 11 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