meson: fix source file inclusion in libaegisub on osx

This commit is contained in:
Ryan Lucia 2019-10-05 20:44:54 -04:00
parent 93a8f30da1
commit 8fa9b3e112
1 changed files with 19 additions and 18 deletions

View File

@ -58,6 +58,8 @@ if host_machine.system() == 'darwin'
]
else
libaegisub_src += 'common/dispatch.cpp'
endif
if host_machine.system() == 'windows'
libaegisub_src += [
'windows/access.cpp',
@ -76,7 +78,6 @@ else
'unix/util.cpp',
]
endif
endif
libaegisub_cpp_pch = ['include/lagi_pre.h']
libaegisub_c_pch = ['include/lagi_pre_c.h']