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

Match path type to BundleUtilities when running fixup_bundle #8707

Merged
merged 1 commit into from Apr 27, 2020

Conversation

TellowKrinkle
Copy link
Contributor

Both /tmp and /private/tmp resolve to /tmp with ABSOLUTE and /private/tmp with REALPATH (details here)
BundleUtilities uses ABSOLUTE internally, so if you give it a REALPATH and compile from /tmp (which is a symlink to /private/tmp), BundleUtilities will complain about things not being inside the main app bundle because some paths don't match

BundleUtilities uses `ABSOLUTE`, and if you use `REALPATH` (which removes symlinks) and compile from a path that contains symlinks, BundleUtilities will complain about things not being inside the main app bundle because some paths don't match
@leoetlino leoetlino merged commit c36a78e into dolphin-emu:master Apr 27, 2020
@TellowKrinkle TellowKrinkle deleted the FixCMakeSymlinkMac branch May 2, 2020 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants