Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky authored Jan 24, 2025
1 parent 2286382 commit 69cfff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
raise RuntimeError("Need zstd library verion >= 1.4.0")
VERSION = tuple(int(v) for v in VERSION_STR.split("."))
else:
if SUP_EXTERNAL:
# Require pkg config
raise RuntimeError("Need pkg-config to find system libzstd.")
print("\n Need pkg-config to find system libzstd. Or we try bundled one.")
if "--libraries" not in sys.argv:
# Add something default
Expand Down

0 comments on commit 69cfff6

Please sign in to comment.