OSX: Fix typo

This commit is contained in:
Rémi Verschelde 2016-05-18 12:50:40 +02:00
parent 2dd056b73c
commit 3eff59295c
1 changed files with 1 additions and 1 deletions

View File

@ -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:
::