mirror of https://github.com/xemu-project/xemu.git
meson: Fix loader.c file inclusion
This commit is contained in:
parent
291e401897
commit
3b2f4533c5
|
@ -1,3 +1,3 @@
|
|||
if host_os == 'windows'
|
||||
system_ss.add('loader.c')
|
||||
system_ss.add(files('loader.c'))
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue