[Bug #19831] Remove duplicate library options
`$(LIBRUBYARG_SHARED)` is included in `$(LIBS)` in extension libraries.
This commit is contained in:
parent
e210b899dc
commit
d26b015e83
Notes:
git
2023-08-17 07:30:21 +00:00
@ -3061,8 +3061,7 @@ AC_SUBST(EXTOBJS)
|
||||
: ${LIBPATHENV=DYLD_FALLBACK_LIBRARY_PATH}
|
||||
: ${PRELOADENV=DYLD_INSERT_LIBRARIES}
|
||||
AS_IF([test x"$enable_shared" = xyes], [
|
||||
# Resolve symbols from libruby.dylib when --enable-shared
|
||||
EXTDLDFLAGS='$(LIBRUBYARG_SHARED)'
|
||||
# Resolve symbols from libruby.dylib in $(LIBS) when --enable-shared
|
||||
], [test "x$EXTSTATIC" = x], [
|
||||
# When building exts as bundles, a mach-o bundle needs to know its loader
|
||||
# program to bind symbols from the ruby executable
|
||||
|
Loading…
x
Reference in New Issue
Block a user