소스 검색

Sync platforms names with used in Godot 4

Yevhen Babiichuk (DustDFG) 6 달 전
부모
커밋
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>