Makefile.shared: link_o.darwin comment update.
This commit is contained in:
parent
b730b03f2f
commit
75db4b2f7b
@ -221,6 +221,8 @@ link_app.bsd:
|
|||||||
# order to provide compatibility with pre-10.4 dlopen, modules are
|
# order to provide compatibility with pre-10.4 dlopen, modules are
|
||||||
# linked with -bundle flag, which makes .dylib extension misleading.
|
# linked with -bundle flag, which makes .dylib extension misleading.
|
||||||
# It works, because dlopen is [and always was] extension-agnostic.
|
# It works, because dlopen is [and always was] extension-agnostic.
|
||||||
|
# Alternative to this heuristic approach is to develop specific
|
||||||
|
# MacOS X dso module relying on whichever "native" dyld interface.
|
||||||
link_o.darwin:
|
link_o.darwin:
|
||||||
@ $(CALC_VERSIONS); \
|
@ $(CALC_VERSIONS); \
|
||||||
SHLIB=lib$(LIBNAME); \
|
SHLIB=lib$(LIBNAME); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user