Use FRAMEWORK_LIBS instead of LIBS for .frameworks

This allows linking the framework against other frameworks rather than
other shared libs.
This commit is contained in:
Jonathan Schleifer 2018-01-21 22:45:44 +01:00
parent 639eb974c9
commit 6b639af512
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
2 changed files with 2 additions and 2 deletions

View file

@ -144,6 +144,7 @@ AC_DEFUN([BUILDSYS_PROG_IMPLIB], [
AC_DEFUN([BUILDSYS_SHARED_LIB], [
AC_REQUIRE([AC_CANONICAL_HOST])
AC_MSG_CHECKING(for shared library system)
case "$host_os" in
darwin*)
AC_MSG_RESULT(Darwin)
@ -283,7 +284,6 @@ AC_DEFUN([BUILDSYS_FRAMEWORK], [
AC_SUBST(FRAMEWORK_LDFLAGS_INSTALL_NAME)
$1
;;
esac
])