Re: [PATCH 2/2] meson: fix sorting
From: Patrick Steinhardt <hidden>
Date: 2025-02-28 07:59:00
From: Patrick Steinhardt <hidden>
Date: 2025-02-28 07:59:00
On Thu, Feb 27, 2025 at 03:44:09PM +0000, Johannes Schindelin via GitGitGadget wrote:
From: Johannes Schindelin <redacted> In 904339edbd80 (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.
This looks obviously good to me, thanks! Patrick