Skip to content

Commit

Permalink
apply suggestions by @Maran23
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Dec 6, 2022
1 parent 6d6ccad commit fe9b6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions development/compiling/compiling_for_macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion development/compiling/introduction_to_the_buildsystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Supported values for the ``arch`` option are **auto**, **x86_32**, **x86_64**,
scons platform=<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:
Expand Down

0 comments on commit fe9b6fd

Please sign in to comment.