mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
meson: Fix loader.c file inclusion
This commit is contained in:
parent
291e401897
commit
3b2f4533c5
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
if host_os == 'windows'
|
||||
system_ss.add('loader.c')
|
||||
system_ss.add(files('loader.c'))
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue