Replace x11 with linux in GDNative C++ example (#3109)

"x11" it's not the correct platform. It works with "linux".
This commit is contained in:
quantmint
2020-01-27 16:36:56 +01:00
committed by Hugo Locurcio
parent cb68a0bd90
commit 8a421ec6fa

View File

@@ -129,7 +129,7 @@ Place the resulting ``api.json`` file in the project folder and add
below.
To generate and compile the bindings, use this command (replacing ``<platform>``
with ``windows``, ``x11`` or ``osx`` depending on your OS):
with ``windows``, ``linux`` or ``osx`` depending on your OS):
.. code-block:: none