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

cmake: Set MACOSX_RPATH to OFF #4669

Merged
merged 1 commit into from Jan 17, 2017
Merged

Conversation

Orphis
Copy link
Member

@Orphis Orphis commented Jan 17, 2017

In newer versions of CMake, the variable is ON by default.
This generates imports like @rpath/libusb.dylib which the
packaging script doesn’t understand.
We don’t really need @rpath, so we can just disable it
at the global scope instead of fixing the script.

In newer versions of CMake, the variable is ON by default.
This generates imports like @rpath/libusb.dylib which the
packaging script doesn’t understand.
We don’t really need @rpath, so we can just disable it
at the global scope instead of fixing the script.
@Parlane Parlane merged commit a05b7b3 into dolphin-emu:master Jan 17, 2017
@@ -82,6 +82,9 @@ if (APPLE)
set(CMAKE_C_COMPILER "clang")
endif()
endif()

# This doesn't play with with the packaging script that doesn't understand @rpath

This comment was marked as off-topic.

This comment was marked as off-topic.

@Orphis Orphis deleted the macosx_rpath branch January 17, 2017 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants