Merge pull request #163 from Faless/fix/compat_min_version

[Build] Fix gdextension file after dropping 4.0
This commit is contained in:
Fabio Alessandrelli
2025-01-07 12:35:15 +01:00
committed by GitHub
2 changed files with 2 additions and 6 deletions

View File

@@ -241,10 +241,6 @@ if env["godot_version"] == "3":
},
)
else:
extfile = env.Substfile(
os.path.join(result_path, "webrtc.gdextension"),
"misc/webrtc.gdextension",
SUBST_DICT={"{GODOT_VERSION}": env["godot_version"]},
)
extfile = env.InstallAs(os.path.join(result_path, "webrtc.gdextension"), "misc/webrtc.gdextension")
Default(extfile)

View File

@@ -1,7 +1,7 @@
[configuration]
entry_symbol = "webrtc_extension_init"
compatibility_minimum = {GODOT_VERSION}
compatibility_minimum = 4.1
[libraries]