diff --git a/SConscript b/SConscript index 7a1193e..b7ee121 100644 --- a/SConscript +++ b/SConscript @@ -177,7 +177,7 @@ def _find_lib(env: Environment, name: str, paths: 'list[str]', type : str = 'sta return lib_path if allow_fail: return None - raise Exception(f'Could not find library with name {name} in paths: "{", ".join(paths)}" with name: "{fname}".') + raise Exception(f'Could not find library with name {name} in paths: "{", ".join(paths)}" filename: "{fname}".') def _error(env: Environment, message: str): print(message, file=sys.stderr)