From 8a421ec6fab4c536d13ed845713209a08bc2f894 Mon Sep 17 00:00:00 2001 From: quantmint Date: Mon, 27 Jan 2020 16:36:56 +0100 Subject: [PATCH] Replace x11 with linux in GDNative C++ example (#3109) "x11" it's not the correct platform. It works with "linux". --- tutorials/plugins/gdnative/gdnative-cpp-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/gdnative/gdnative-cpp-example.rst b/tutorials/plugins/gdnative/gdnative-cpp-example.rst index aec5a39c7..5bc1ff0c9 100644 --- a/tutorials/plugins/gdnative/gdnative-cpp-example.rst +++ b/tutorials/plugins/gdnative/gdnative-cpp-example.rst @@ -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 ```` -with ``windows``, ``x11`` or ``osx`` depending on your OS): +with ``windows``, ``linux`` or ``osx`` depending on your OS): .. code-block:: none