mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
build: fix appleframeworks names
These need to be TitleCased to build on some systems.
This commit is contained in:
parent
57f27c0199
commit
39e98e7994
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ if gdk_targets.contains('quartz')
|
|||
sources += files('gitg-platform-support-osx.c')
|
||||
deps += [
|
||||
dependency('gio-unix-2.0'),
|
||||
dependency('appleframeworks', modules : ['foundation', 'appkit'])
|
||||
dependency('appleframeworks', modules : ['Foundation', 'AppKit'])
|
||||
]
|
||||
cflags += '-xobjective-c'
|
||||
elif gdk_targets.contains('win32')
|
||||
|
|
Loading…
Reference in a new issue