# HG changeset patch # User Olaf Wintermann # Date 1762510018 -3600 # Node ID a202cb1ee175721cea2c73e9da5d96bd4e4dc736 # Parent 4e2bac64c95047027f5e617efc38e3c9afa9e86f use -dynamiclib flag to build a dylib on macos diff -r 4e2bac64c950 -r a202cb1ee175 configure --- a/configure Fri Oct 31 21:31:02 2025 +0100 +++ b/configure Fri Nov 07 11:06:58 2025 +0100 @@ -505,6 +505,7 @@ APP_EXT = # ld flags +SHLIB_LDFLAGS = -dynamiclib UCX_SO_NAME = -install_name @rpath/libucx.dylib RPATH_WS_LIB_FLAG = -rpath @loader_path/../lib __EOF__ diff -r 4e2bac64c950 -r a202cb1ee175 make/project.xml --- a/make/project.xml Fri Oct 31 21:31:02 2025 +0100 +++ b/make/project.xml Fri Nov 07 11:06:58 2025 +0100 @@ -60,6 +60,7 @@ APP_EXT = # ld flags +SHLIB_LDFLAGS = -dynamiclib UCX_SO_NAME = -install_name @rpath/libucx.dylib RPATH_WS_LIB_FLAG = -rpath @loader_path/../lib