diff options
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_MacOSXSpell.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk index 57d5a65568d1..b2bcd1952396 100644 --- a/lingucomponent/Library_MacOSXSpell.mk +++ b/lingucomponent/Library_MacOSXSpell.mk @@ -49,8 +49,11 @@ $(eval $(call gb_Library_use_libraries,MacOSXSpell,\ $(eval $(call gb_Library_add_standard_system_libs,MacOSXSpell)) +$(eval $(call gb_Library_use_system_darwin_frameworks,MacOSXSpell,\ + Cocoa \ +)) + $(eval $(call gb_Library_use_externals,MacOSXSpell,\ - cocoa \ hunspell \ )) |