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 Mac build on case sensitive filesystems #3555

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

dbkr
Copy link
Contributor

@dbkr dbkr commented Jan 12, 2021

Fixes https://bugs.launchpad.net/mixxx/+bug/1911064

Fix suggested by @Be-ing changes to lowercase to match the CMake
targets instead of the other way around, so everything is copied to
mixxx.app (lowercase) but the app still ends up with the correct
case once packaged, so this seems simpler.

Fixes https://bugs.launchpad.net/mixxx/+bug/1911064

Fix suggested by @Be-ing changes to lowercase to match the CMake
targets instead of the other way around, so everything is copied to
`mixxx.app` (lowercase) but the app still ends up with the correct
case once packaged, so this seems simpler.
@github-actions github-actions bot added the build label Jan 12, 2021
@Be-ing
Copy link
Contributor

Be-ing commented Jan 12, 2021

Thanks. I tested the build with macOS 10.13 on a case insensitive filesystem and it still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants