mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
meson: fix sorting
In 904339edbd (Introduce support for the Meson build system,
2024-12-06) the `meson.build` file was introduced, adding also a
Windows-specific list of source files. This list was obviously meant to
be sorted alphabetically, but there is one mistake. Let's fix that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
4478ad37a7
commit
31761f3911
@@ -1109,11 +1109,11 @@ elif host_machine.system() == 'windows'
|
||||
libgit_sources += [
|
||||
'compat/mingw.c',
|
||||
'compat/winansi.c',
|
||||
'compat/win32/dirent.c',
|
||||
'compat/win32/flush.c',
|
||||
'compat/win32/path-utils.c',
|
||||
'compat/win32/pthread.c',
|
||||
'compat/win32/syslog.c',
|
||||
'compat/win32/dirent.c',
|
||||
'compat/win32mmap.c',
|
||||
'compat/nedmalloc/nedmalloc.c',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user