Changed over to proper godot-headers

This commit is contained in:
Bastiaan Olij
2021-09-27 21:04:56 +10:00
parent cbf52c2764
commit 68ebc9b2a8
7 changed files with 5 additions and 213386 deletions

View File

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