Commit 13c84b07 authored by James Almer's avatar James Almer

Merge commit '0d8013b8'

* commit '0d8013b8':
  configure: Replace -no_weak_symbols with -Werror=partial-availability
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents b7c16a3f 0d8013b8
......@@ -5039,7 +5039,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
check_cflags -Werror=partial-availability
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