Merge branch 'wl-framework' into 'gtk-3-24'

Use -Wl for the framework linker argument

See merge request GNOME/gtk!405
This commit is contained in:
Timm Bäder 2018-11-12 08:56:49 +00:00
commit 0d8dcccad2

View File

@ -409,7 +409,7 @@ if test "x$enable_quartz_backend" = xyes; then
backend_immodules="$backend_immodules,quartz"
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_QUARTZ"
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa"
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -Wl,-framework,Cocoa"
DISABLE_ON_QUARTZ='%'
AM_CONDITIONAL(USE_QUARTZ, true)
if test "x$quartz_relocation" = xyes; then