From 55d5d4777619e061ba63fc66901dec63ca23d141 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 17 Jul 2018 11:10:46 -0400 Subject: [PATCH] Fix architecture note in compile docs --- docs/Compile.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Compile.rst b/docs/Compile.rst index 36d5550d4..a857a8275 100644 --- a/docs/Compile.rst +++ b/docs/Compile.rst @@ -86,8 +86,9 @@ Target architecture (32-bit vs. 64-bit) --------------------------------------- Set DFHACK_BUILD_ARCH to either ``32`` or ``64`` to build a 32-bit or 64-bit -version of DFHack (respectively). The default is currently ``32``, but this may -change, so specifying it explicitly is a good idea. +version of DFHack (respectively). The default is currently ``64``, so you will +need to specify this explicitly for 32-bit builds. Specifying it is a good idea +in any case. ::