Browse Source

Sync platforms names with used in Godot 4

Yevhen Babiichuk (DustDFG) 6 months ago
parent
commit
6de2db1c9a

+ 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:
     The following platforms are available:
 
 
         android
         android
-        javascript
+        ios
         linuxbsd
         linuxbsd
-        server
+        macos
+        web
         windows
         windows
 
 
     Please run SCons again and select a valid platform: platform=<string>
     Please run SCons again and select a valid platform: platform=<string>