From 209a0cd261ddfb9c82fe921286c49333bd60371e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Mar 2021 20:19:09 +0300 Subject: docs: markdownify --- docs/boost.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/boost.md') diff --git a/docs/boost.md b/docs/boost.md index 6e91d42..ead2103 100644 --- a/docs/boost.md +++ b/docs/boost.md @@ -11,8 +11,8 @@ can't even store debug/release binaries in the same directory. What's worse is versions don't support the architecture suffix, choking on the Windows example above. With all of that in mind, I decided to bring some uniformity by sacrificing some flexibility. -b2 is called with --layout=system, and libraries are put to stage///lib, -where is x86/x64 and is CMake's CMAKE_BUILD_TYPE. That means that I +b2 is called with --layout=system, and libraries are put to stage/\/\/lib, +where \ is x86/x64 and \ is CMake's CMAKE_BUILD_TYPE. That means that I can't have libraries with different runtime-link values in the same directory, but I don't really care. -- cgit v1.2.3