Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/staging' into fs3
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Apr 3, 2024
2 parents 8ebcbb0 + 64a7b58 commit 817ec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def _check_ld_config(lib: str) -> str:
return retval

for path in os.environ["LD_LIBRARY_PATH"].split(":"):
if not path:
if not path or not os.path.exists(path):
continue

retval = next((fname.strip() for fname in reversed(os.listdir(path))
Expand Down

0 comments on commit 817ec0c

Please sign in to comment.