This commit amends 04a2e6de
making
linker.get_std_shared_lib_link_args() always return -shared for
SharedLibrary(es) instead of -bundle. SharedModule(s) get linked with
linker.get_std_shared_module_link_args() which already correctly returns
-bundle.
Before this change -bundle and -install_name ended up being emitted
for Objective-C shared libraries, which caused a linking error.
pull/2104/head
parent
b32af18e75
commit
a9559e0d77
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue