소스 검색

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

"x11" it's not the correct platform. It works with "linux".
quantmint 5 년 전
부모
커밋
8a421ec6fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/plugins/gdnative/gdnative-cpp-example.rst

+ 1 - 1
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 ``<platform>``
-with ``windows``, ``x11`` or ``osx`` depending on your OS):
+with ``windows``, ``linux`` or ``osx`` depending on your OS):
 
 .. code-block:: none