From 1d90ee7e6201cfaeccf327bc3459d5e559dcc2f0 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 12 Dec 2017 17:56:14 +0100 Subject: [PATCH] Fix bitness default being incorect for MacOS. --- development/compiling/introduction_to_the_buildsystem.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/development/compiling/introduction_to_the_buildsystem.rst b/development/compiling/introduction_to_the_buildsystem.rst index e5bd111e1..7f09c6dfe 100644 --- a/development/compiling/introduction_to_the_buildsystem.rst +++ b/development/compiling/introduction_to_the_buildsystem.rst @@ -174,10 +174,9 @@ else. - **32**: Build binaries for 32 bits platform. - **64**: Build binaries for 64 bits platform. -- **default**: Built whatever the build system feels is best. On Linux - this depends on the host platform (if not cross compiling), while on - Windows and Mac it defaults to produce 32 bits binaries unless 64 - bits is specified. +- **default**: Build whatever the build system feels is best. On Linux + this depends on the host platform (if not cross compiling), + on Mac it defaults to 64 bits and on Windows it defaults to 32 bits. ::