From 3eff59295c519761c3a7d8d5d2d892248da25ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 18 May 2016 12:50:40 +0200 Subject: [PATCH] OSX: Fix typo --- reference/compiling_for_osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/compiling_for_osx.rst b/reference/compiling_for_osx.rst index ed983d7e..311e9479 100644 --- a/reference/compiling_for_osx.rst +++ b/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: ::