Commit d8f382ce authored by James Almer's avatar James Almer

Merge commit '81bffae3'

* commit '81bffae3':
  configure: Check for -no_weak_imports in ldflags on macOS
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents f685bbcb 81bffae3
......@@ -5032,6 +5032,7 @@ case $target_os in
enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
strip="${strip} -x"
add_ldflags -Wl,-dynamic,-search_paths_first
check_ldflags -Wl,-no_weak_imports
SLIBSUF=".dylib"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)'
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment