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 69cfff6 commit c5aa019
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 @@ -85,7 +85,7 @@
pkgconf = "/usr/bin/do-not-use-pkg-config"

#if SUP_EXTERNAL:
if platform.stystem() = "Linux" and "build_ext" in sys.argv or "build" in sys.argv:
if platform.stystem() == "Linux" and "build_ext" in sys.argv or "build" in sys.argv:
# You should add external library by option: --libraries zstd
# And probably include paths by option: --include-dirs /usr/include/zstd
# And probably library paths by option: --library-dirs /usr/lib/i386-linux-gnu
Expand Down

0 comments on commit c5aa019

Please sign in to comment.