Fix misleading typo regarding generate_bindings
parent
02bb4ffad9
commit
50c9ed60b1
|
@ -27,7 +27,7 @@ $ cd ..
|
||||||
resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*`
|
resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*`
|
||||||
|
|
||||||
**Note:**
|
**Note:**
|
||||||
> `regenerate_bindings=yes` is used to force regenerating C++ bindings (`godot_api.json` - Godot API)
|
> `generate_bindings=yes` is used to force regenerating C++ bindings (`godot_api.json` - Godot API)
|
||||||
|
|
||||||
> Include `use_llvm=yes` for using clang++
|
> Include `use_llvm=yes` for using clang++
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue