Check that precision of extension_api.json matches build options

(cherry picked from commit 0a73df5f53)
This commit is contained in:
David Snopek
2025-02-21 14:11:07 -06:00
parent 368ec63a24
commit 2d45d08722
3 changed files with 9 additions and 2 deletions

View File

@@ -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"],