From 0ed78cf6fa6d87c0738f67ae43525e661b50a8a2 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Sat, 20 Apr 2024 16:25:27 +0800 Subject: [PATCH] docs: fix a typo of path Refer https://github.com/mesonbuild/meson/blob/master/docs/markdown/Machine-files.md?plain=1#L285 --- docs/markdown/Machine-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md index a3e876d23..42f288f17 100644 --- a/docs/markdown/Machine-files.md +++ b/docs/markdown/Machine-files.md @@ -273,7 +273,7 @@ list of strings. [cmake] CMAKE_C_COMPILER = '/usr/bin/gcc' -CMAKE_CXX_COMPILER = 'C:\\user\\bin\\g++' +CMAKE_CXX_COMPILER = 'C:\\usr\\bin\\g++' CMAKE_SOME_VARIABLE = ['some', 'value with spaces'] ```