From 382ba0ca830f10b51223a61f3bc0d672a37f0a00 Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Mon, 5 Nov 2018 20:11:30 +1300 Subject: [PATCH] Use -Wl for the framework linker argument --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ad79ada78..2e15ecc94f 100644 --- a/configure.ac +++ b/configure.ac @@ -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