Browse Source

Merge pull request #10491 from dustdfg/patch-4

Sync platforms names with used in Godot 4
Max Hilbrunner 7 months ago
parent
commit
dc4cc3724d

+ 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>