浏览代码

Sync platforms names with used in Godot 4

Yevhen Babiichuk (DustDFG) 8 月之前
父节点
当前提交
6de2db1c9a
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      contributing/development/compiling/introduction_to_the_buildsystem.rst

+ 3 - 2
contributing/development/compiling/introduction_to_the_buildsystem.rst

@@ -69,9 +69,10 @@ To list the available target platforms, use ``scons platform=list``::
     The following platforms are available:
 
         android
-        javascript
+        ios
         linuxbsd
-        server
+        macos
+        web
         windows
 
     Please run SCons again and select a valid platform: platform=<string>