Browse Source

Fix typo in macOS compiling (#3801)

Gr4ph0s 5 years ago
parent
commit
2a46300358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_osx.rst

+ 1 - 1
development/compiling/compiling_for_osx.rst

@@ -66,7 +66,7 @@ editor binary built with ``target=release_debug``::
     cp bin/godot.osx.opt.tools.universal Godot.app/Contents/MacOS/Godot
     chmod +x Godot.app/Contents/MacOS/Godot
 
-If you are building the ``master`` branch, additionally copy the Vulkan library:
+If you are building the ``master`` branch, additionally copy the Vulkan library::
 
     mkdir -p Godot.app/Contents/Frameworks
     cp <Vulkan SDK path>/macOS/libs/libMoltenVK.dylib Godot.app/Contents/Frameworks/libMoltenVK.dylib