We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b066ea2 commit 4dfac30Copy full SHA for 4dfac30
src/CMakeLists.txt
@@ -31,6 +31,7 @@ if(NOT STATIC_LIBRARY_ONLY)
31
set_target_properties(pcm-shared PROPERTIES SOVERSION ${PROJECT_VERSION_MAJOR}
32
CXX_VISIBILITY_PRESET hidden
33
VISIBILITY_INLINES_HIDDEN 1
34
+ MACOSX_RPATH ON
35
OUTPUT_NAME "pcm"
36
EXPORT_NAME "pcm")
37
0 commit comments