Browse Source

OSX: Fix typo

Rémi Verschelde 9 years ago
parent
commit
3eff59295c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/compiling_for_osx.rst

+ 1 - 1
reference/compiling_for_osx.rst

@@ -65,7 +65,7 @@ Now you can compile with SCons like you normally would:
 
     user@host:~/godot$ scons platform=osx
 
-If you have an OSXCross SDK version different from the one expected by the SCons buildsystem, you can specify a custom one with the ``osxcross`` argument:
+If you have an OSXCross SDK version different from the one expected by the SCons buildsystem, you can specify a custom one with the ``osxcross_sdk`` argument:
 
 ::