meson: fix source file inclusion in libaegisub on osx
This commit is contained in:
parent
3147f303c8
commit
5ec5271eb5
1 changed files with 19 additions and 18 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue