[gtk/gtk-3-24: 1/2] Use -Wl for the framework linker argument
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24: 1/2] Use -Wl for the framework linker argument
- Date: Mon, 12 Nov 2018 08:57:12 +0000 (UTC)
commit 382ba0ca830f10b51223a61f3bc0d672a37f0a00
Author: Simon Wells <swel024 gmail com>
Date: Mon Nov 5 20:11:30 2018 +1300
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]