Преглед изворни кода

Merge pull request #7953 from adamscott/remove-old-target

Remove reference to old target in the macOS docs
Max Hilbrunner пре 1 година
родитељ
комит
0c79e66498
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      contributing/development/compiling/compiling_for_macos.rst

+ 1 - 1
contributing/development/compiling/compiling_for_macos.rst

@@ -71,7 +71,7 @@ Manager.
 
 
 To create an ``.app`` bundle like in the official builds, you need to use the
 To create an ``.app`` bundle like in the official builds, you need to use the
 template located in ``misc/dist/macos_tools.app``. Typically, for an optimized
 template located in ``misc/dist/macos_tools.app``. Typically, for an optimized
-editor binary built with ``target=release_debug``::
+editor binary built with ``dev_build=yes``::
 
 
     cp -r misc/dist/macos_tools.app ./Godot.app
     cp -r misc/dist/macos_tools.app ./Godot.app
     mkdir -p Godot.app/Contents/MacOS
     mkdir -p Godot.app/Contents/MacOS