summaryrefslogtreecommitdiffstats
path: root/libraries/spdlog/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spdlog/README')
-rw-r--r--libraries/spdlog/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/spdlog/README b/libraries/spdlog/README
index 0afd9e64a1..3759669027 100644
--- a/libraries/spdlog/README
+++ b/libraries/spdlog/README
@@ -1,3 +1,7 @@
Very fast, header-only/compiled, C++ logging library.
-fmt is an optional dependency.
+fmt is an optional dependency and will be autodetected if installed.
+
+This scripts builds both 32bit and 64bit libraries by autodetecting
+multilib. If you are on a multilib system and only wish to build the
+64bit library, pass COMPAT32=no to the build script.