aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Bacci <luca.bacci982@gmail.com>2025-12-09 18:01:33 +0100
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-12-09 23:48:03 +0200
commitb4c379cfb92a2a3767efdb2ca69ab9babcce47af (patch)
treeafeb6689a0f19424eb8ffbbab1c1e726c61ac1a6
parent25cd7ff6fcd2128e156a87cbf8e57ba0f9dd13b7 (diff)
downloadmeson-master.zip
meson-master.tar.gz
meson-master.tar.bz2
Fix typo in release notesHEADmaster
-rw-r--r--docs/markdown/Release-notes-for-1.10.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-1.10.0.md b/docs/markdown/Release-notes-for-1.10.0.md
index 02f5486..aa4d133 100644
--- a/docs/markdown/Release-notes-for-1.10.0.md
+++ b/docs/markdown/Release-notes-for-1.10.0.md
@@ -89,9 +89,9 @@ meson setup --cross-file \
Arrays now have a `.slice()` method which allows for subsetting of arrays.
-## `-Db_msvcrt` on clang
+## `-Db_vscrt` on clang
-`-Db_msvcrt` will now link the appropriate runtime library, and set
+`-Db_vscrt` will now link the appropriate runtime library, and set
the appropriate preprocessor symbols, also when the compiler is clang.
This is only supported when using `link.exe` or `lld-link.exe` as the
linker.