mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
meson: Fix loader.c file inclusion
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
if host_os == 'windows'
|
if host_os == 'windows'
|
||||||
system_ss.add('loader.c')
|
system_ss.add(files('loader.c'))
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user