From 3a5f04fae54102aee8aca1c70e6695f68c0369c5 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 21 May 2021 16:32:26 -0400 Subject: [PATCH] Spelling mistkae. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 888ea9bf..414c7616 100644 --- a/meson.build +++ b/meson.build @@ -34,7 +34,7 @@ if cc.get_id() == 'gcc' and get_option('buildtype') == 'release' lite_link_args += ['-static-libgcc', '-static-libstdc++'] endif if host_machine.system() == 'darwin' - lite_link_args += ['-framework', 'CoreSerivces', '-framework', 'Foundation'] + lite_link_args += ['-framework', 'CoreServices', '-framework', 'Foundation'] endif lite_rc = []