build: fix appleframeworks names

These need to be TitleCased to build on some systems.
This commit is contained in:
Christian Hergert 2022-02-04 15:06:06 -08:00
parent 57f27c0199
commit 39e98e7994

View file

@ -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')