Fixed meson build on Mac.
This commit is contained in:
@@ -33,6 +33,9 @@ lite_link_args = []
|
||||
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']
|
||||
endif
|
||||
|
||||
lite_rc = []
|
||||
if host_machine.system() == 'windows'
|
||||
|
||||
Reference in New Issue
Block a user