Rename godot_headers to godot-headers to match upstream rename

Also updated the URLs which were still pointing to the old GitHub org.
This commit is contained in:
Rémi Verschelde
2021-02-26 10:02:35 +01:00
parent eafe6d9622
commit b36df8f86c
7 changed files with 22 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ opts.Add(PathVariable('target_path', 'The path where the lib is installed.', 'bi
opts.Add(PathVariable('target_name', 'The library name.', 'libgdexample', PathVariable.PathAccept))
# Local dependency paths, adapt them to your setup
godot_headers_path = "../godot_headers/"
godot_headers_path = "../godot-headers/"
cpp_bindings_path = "../"
cpp_library = "libgodot-cpp"