From bab247dcb6b429b108ec585e80760bf6aa7c1771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 14 Dec 2022 00:40:17 +0100 Subject: Rename godot-headers to gdextension, move header to top folder Changes the `` include to simply ``. Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file. --- misc/scripts/check_get_file_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/scripts/check_get_file_list.py') diff --git a/misc/scripts/check_get_file_list.py b/misc/scripts/check_get_file_list.py index cdf6245..d86b65f 100755 --- a/misc/scripts/check_get_file_list.py +++ b/misc/scripts/check_get_file_list.py @@ -8,7 +8,7 @@ sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "..")) from binding_generator import get_file_list, generate_bindings -api_filepath = "godot-headers/extension_api.json" +api_filepath = "gdextension/extension_api.json" bits = "64" double = "float" output_dir = "self_test" -- cgit v1.2.3