From 19b26377be769741cc19b615429d5796aa6dcad8 Mon Sep 17 00:00:00 2001 From: Bejean Mosher Date: Wed, 24 Dec 2025 11:56:15 -0500 Subject: [PATCH] fix: Properly escape backslashes in CLANG_BIN variable Fixed escape prefix for backslashes in CLANG_BIN environtment variable example. Signed-off-by: Bejean Mosher --- source/getting-started/build-host-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/build-host-setup.rst b/source/getting-started/build-host-setup.rst index 4e4e5d2..95d1436 100755 --- a/source/getting-started/build-host-setup.rst +++ b/source/getting-started/build-host-setup.rst @@ -153,7 +153,7 @@ LLVM 15.0.7 **Require:** Install to C:\\LLVM .. note:: - Add an environment variable: CLANG_BIN=C:\LLVM\bin\ + Add an environment variable: CLANG_BIN=C:\\LLVM\\bin\\ Openssl (latest)