forked from AuroraMiddleware/gtk
Use -Wl for the framework linker argument
This commit is contained in:
parent
64427e9878
commit
382ba0ca83
@ -409,7 +409,7 @@ if test "x$enable_quartz_backend" = xyes; then
|
|||||||
backend_immodules="$backend_immodules,quartz"
|
backend_immodules="$backend_immodules,quartz"
|
||||||
GDK_WINDOWING="$GDK_WINDOWING
|
GDK_WINDOWING="$GDK_WINDOWING
|
||||||
#define GDK_WINDOWING_QUARTZ"
|
#define GDK_WINDOWING_QUARTZ"
|
||||||
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa"
|
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -Wl,-framework,Cocoa"
|
||||||
DISABLE_ON_QUARTZ='%'
|
DISABLE_ON_QUARTZ='%'
|
||||||
AM_CONDITIONAL(USE_QUARTZ, true)
|
AM_CONDITIONAL(USE_QUARTZ, true)
|
||||||
if test "x$quartz_relocation" = xyes; then
|
if test "x$quartz_relocation" = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user