Browse Source

Changed headers to headers_dir to match godot-cpp

The headers argument was renamed to headers_dir, but this change was not reflected by the tutorials.
cameron195 7 years ago
parent
commit
6e94be1d5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/plugins/gdnative/gdnative-cpp-example.rst

+ 1 - 1
tutorials/plugins/gdnative/gdnative-cpp-example.rst

@@ -87,7 +87,7 @@ To generate and compile the bindings, use this command (replacing
 .. code-block:: none
 .. code-block:: none
 
 
     cd godot-cpp
     cd godot-cpp
-    scons platform=<platform> headers=../godot_headers generate_bindings=yes
+    scons platform=<platform> headers_dir=../godot_headers generate_bindings=yes
     cd ..
     cd ..
 
 
 This step will take a while. When it is completed, you should have static
 This step will take a while. When it is completed, you should have static