Skip to content

Commit

Permalink
Update compiling_for_osx.rst (#3055)
Browse files Browse the repository at this point in the history
* Update compiling_for_osx.rst

No sure 8 jobs is best for everyone but it boost compiling

* Update compiling_for_osx.rst

Use suggestion by @Calinou

* Remove terminal prefix.
  • Loading branch information
clemens-tolboom authored and Calinou committed Jan 12, 2020
1 parent 9302b01 commit 692584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/compiling/compiling_for_osx.rst
Expand Up @@ -26,7 +26,7 @@ Start a terminal, go to the root dir of the engine source code and type:

::

user@host:~/godot$ scons platform=osx
scons platform=osx --jobs=$(sysctl -n hw.logicalcpu)

If all goes well, the resulting binary executable will be placed in the
"bin" subdirectory. This executable file contains the whole engine and
Expand Down

0 comments on commit 692584e

Please sign in to comment.