mdbx: minor refine note about MDBX_WITHOUT_MSVC_CRT option.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-02-03 03:12:23 +03:00
parent daa7f04f61
commit f6be8e3e9a

View File

@ -515,7 +515,7 @@ Another ways to build is potentially possible but not supported and will not.
The `CMakeLists.txt` or `GNUMakefile` scripts will probably need to be modified accordingly.
Using other methods do not forget to add the `ntdll.lib` to linking.
It should be noted that in _libmdbx_ was efforts to resolve
It should be noted that in _libmdbx_ was efforts to avoid
runtime dependencies from CRT and other MSVC libraries.
For this is enough to pass the `-DMDBX_WITHOUT_MSVC_CRT:BOOL=ON` option
during configure by CMake.