summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2022-12-07 14:11:44 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2022-12-12 11:06:38 +0100
commitc02e644679655e842dcff543f0defef973cf946c (patch)
tree67875626a128c08eca565bc3693e2dfbe36fce75 /SConstruct
parentf74c47220382a8e1a347c8dda942a95caea13a0e (diff)
downloadredot-cpp-c02e644679655e842dcff543f0defef973cf946c.tar.gz
Rename GDNative to GDExtension
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 880d19c..7fafbc4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -183,7 +183,7 @@ else:
bindings = env.GenerateBindings(
env.Dir("."),
- [json_api_file, os.path.join(env["headers_dir"], "godot", "gdnative_interface.h"), "binding_generator.py"],
+ [json_api_file, os.path.join(env["headers_dir"], "godot", "gdextension_interface.h"), "binding_generator.py"],
)
scons_cache_path = os.environ.get("SCONS_CACHE")