ifcviewer: fatal_error on missing patchelf instead of warning

This commit is contained in:
Andrej730
2026-07-18 12:27:45 +05:00
parent 9d6e6ddf60
commit 4275b23a27
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -444,6 +444,8 @@ if "wasm" in flags:
required_commands.append("pyodide")
required_commands.remove(yacc)
required_commands.remove(bison)
if platform.system() == "Linux" and "BonsaiViewer" in targets:
required_commands.append("patchelf")
for cmd in required_commands:
if shutil.which(cmd) is None: