Re: [PATCH 00/12] Enable building plugins on Windows with Clang

2024-11-06 Thread Pierrick Bouvier
On 10/30/24 21:04, Pierrick Bouvier wrote: For now, it was only possible to build plugins using GCC on Windows. However, windows-aarch64 only supports Clang. The first patches (already posted and normally pulled) are fixes and prerequisite to build plugins with meson. They are integrated here be

[PATCH 00/12] Enable building plugins on Windows with Clang

2024-10-30 Thread Pierrick Bouvier
For now, it was only possible to build plugins using GCC on Windows. However, windows-aarch64 only supports Clang. The first patches (already posted and normally pulled) are fixes and prerequisite to build plugins with meson. They are integrated here because it's not possible to have two based-on