mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Check that precision of extension_api.json matches build options
(cherry picked from commit 0a73df5f53)
This commit is contained in:
@@ -154,6 +154,7 @@ def scons_generate_bindings(target, source, env):
|
||||
|
||||
_generate_bindings(
|
||||
api,
|
||||
str(source[0]),
|
||||
env["generate_template_get_node"],
|
||||
"32" if "32" in env["arch"] else "64",
|
||||
env["precision"],
|
||||
|
||||
Reference in New Issue
Block a user