Skip to content

Commit 4dfac30

Browse files
arnfinnrobertodr
authored andcommitted
Fix MACOSX_RPATH (again)
Disappeared in the last merge request. Did `git reset --soft upstream/release/1.Y` without first update branch
1 parent b066ea2 commit 4dfac30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if(NOT STATIC_LIBRARY_ONLY)
3131
set_target_properties(pcm-shared PROPERTIES SOVERSION ${PROJECT_VERSION_MAJOR}
3232
CXX_VISIBILITY_PRESET hidden
3333
VISIBILITY_INLINES_HIDDEN 1
34+
MACOSX_RPATH ON
3435
OUTPUT_NAME "pcm"
3536
EXPORT_NAME "pcm")
3637

0 commit comments

Comments
 (0)