From 718aecac256eadd21d8eb2c9abc4f372f6f35903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:30:11 +0200 Subject: [PATCH 1/2] Updated build2's status --- content/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tools.md b/content/tools.md index ea2cb7c..67f8c0a 100644 --- a/content/tools.md +++ b/content/tools.md @@ -16,7 +16,7 @@ |----------|----------------|--------------------|-------| | CMake | ✅ 3.28 | ✅ 3.30 | [Link](https://gitlab.kitware.com/cmake/cmake/-/issues/18355) | | Ninja | ✅ 1.11 | ✅ 1.11 | | -| Build2 | ✅ | ❔ | | +| Build2 | ✅ | Partial (0.17.0-stage) msvc and clang-with-libc++ only | [Link]([https://github.com/build2/build2](https://github.com/build2/build2/issues/344) | | Scons | ❌ | ❌ | | | Bazel | ❌ | ❌ | | | Meson | ✅ | Partial | [Link](https://github.com/mesonbuild/meson/issues/4314) | From 19ff4b01c5e7161e45f783a5f5c3ee9053ddd9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:32:40 +0200 Subject: [PATCH 2/2] Fixed incorrect link --- content/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tools.md b/content/tools.md index 67f8c0a..90e6e34 100644 --- a/content/tools.md +++ b/content/tools.md @@ -16,7 +16,7 @@ |----------|----------------|--------------------|-------| | CMake | ✅ 3.28 | ✅ 3.30 | [Link](https://gitlab.kitware.com/cmake/cmake/-/issues/18355) | | Ninja | ✅ 1.11 | ✅ 1.11 | | -| Build2 | ✅ | Partial (0.17.0-stage) msvc and clang-with-libc++ only | [Link]([https://github.com/build2/build2](https://github.com/build2/build2/issues/344) | +| Build2 | ✅ | Partial (0.17.0-stage) msvc and clang-with-libc++ only | [Link](https://github.com/build2/build2/issues/333) | | Scons | ❌ | ❌ | | | Bazel | ❌ | ❌ | | | Meson | ✅ | Partial | [Link](https://github.com/mesonbuild/meson/issues/4314) |