Fix architecture note in compile docs

develop
lethosor 2018-07-17 11:10:46 -04:00
parent c2a64b3573
commit 55d5d47776
1 changed files with 3 additions and 2 deletions

@ -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.
::