Spelling mistkae.

This commit is contained in:
Adam Harrison 2021-05-21 16:32:26 -04:00
parent 18fe6576d8
commit 3a5f04fae5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []