mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
Fix build on osx by adding appkit dependency
This commit is contained in:
parent
7d3a129ddd
commit
f464ea0d4e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ if PLATFORM_OSX
|
||||||
xobjective_c = "-xobjective-c"
|
xobjective_c = "-xobjective-c"
|
||||||
xobjective_cxx = "-xobjective-c++"
|
xobjective_cxx = "-xobjective-c++"
|
||||||
xnone = "-xnone"
|
xnone = "-xnone"
|
||||||
|
framework_appkit = -framework AppKit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
|
@ -78,4 +79,5 @@ AM_CXXFLAGS = \
|
||||||
$(xobjective_cxx)
|
$(xobjective_cxx)
|
||||||
|
|
||||||
AM_LDFLAGS = \
|
AM_LDFLAGS = \
|
||||||
|
$(framework_appkit) \
|
||||||
$(xnone)
|
$(xnone)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue