We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ffc4f commit 7704a9dCopy full SHA for 7704a9d
tools/godotcpp.py
@@ -273,8 +273,8 @@ def generate(env):
273
274
275
def _godot_cpp(env):
276
- api_file = normalize_path(env.get("custom_api_file", env.File("gdextension/extension_api.json").abspath), env)
277
extension_dir = normalize_path(env.get("gdextension_dir", env.Dir("gdextension").abspath), env)
+ api_file = normalize_path(env.get("custom_api_file", env.File(extension_dir + "/extension_api.json").abspath), env)
278
bindings = env.GodotCPPBindings(
279
env.Dir("."),
280
[
0 commit comments