Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,19 @@ For Linux:

.. code-block:: bash

godot-python(venv)$ scons platform=x11-64 release
godot-python(venv)$ mason build

For Windows:

.. code-block:: bash

godot-python(venv)$ scons platform=windows-64 release
godot-python(venv)$ mason build

For MacOS:

.. code-block:: bash

godot-python(venv)$ scons platform=osx-64 CC=clang release
godot-python(venv)$ mason build

Valid platforms are `x11-64`, `x11-32`, `windows-64`, `windows-32` and `osx-64`.
Check Travis or Appveyor links above to see the current status of your platform.
Expand Down