eina - eina eifle - rename eina_file.c to indicate its for posix

This commit is contained in:
Carsten Haitzler 2020-10-05 16:22:24 +01:00
parent b6a98bb3be
commit 387a720091
2 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ eina_src = files([
if sys_windows == true
eina_src += files('eina_file_win32.c')
else
eina_src += files('eina_file.c')
eina_src += files('eina_file_posix.c')
endif
eina_config = configuration_data()