From fe9b6fd5f9c2fd1e473a669d699c55edc6bc7628 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Tue, 6 Dec 2022 20:55:24 +0100 Subject: [PATCH] apply suggestions by @Maran23 --- development/compiling/compiling_for_macos.rst | 4 ++-- development/compiling/introduction_to_the_buildsystem.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/development/compiling/compiling_for_macos.rst b/development/compiling/compiling_for_macos.rst index d00c8428016..3644cdb80c1 100644 --- a/development/compiling/compiling_for_macos.rst +++ b/development/compiling/compiling_for_macos.rst @@ -119,8 +119,8 @@ use:: Building export templates ------------------------- -To build macOS export templates, you have to compile with the no -editor targets ``target=template_release`` (release template) and +To build macOS export templates, you have to compile using the targets without +the editor: ``target=template_release`` (release template) and ``target=template_debug``. Official templates are universal binaries which support both Intel x86_64 and diff --git a/development/compiling/introduction_to_the_buildsystem.rst b/development/compiling/introduction_to_the_buildsystem.rst index 5290b34b4f9..26ed06fb686 100644 --- a/development/compiling/introduction_to_the_buildsystem.rst +++ b/development/compiling/introduction_to_the_buildsystem.rst @@ -172,7 +172,7 @@ Supported values for the ``arch`` option are **auto**, **x86_32**, **x86_64**, scons platform= arch=auto/'auto/x86_32/x86_64/arm32/arm64/rv64/ppc32/ppc64/wasm32 This flag appends the value of ``arch`` to resulting binaries when -relevant. The default value ``arch=auto`` builds for the architecture +relevant. The default value ``arch=auto`` detects the architecture that matches the host platform. .. _doc_buildsystem_custom_modules: