summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@openbsd.org>2015-11-14 09:22:26 +0100
committerLandry Breuil <landry@openbsd.org>2015-11-14 09:22:26 +0100
commit182ea11b1f3c91c38fe3d59b1dac1b41753a6d3b (patch)
treecd06ce9a9b666cd4b8c5088a285ced2c65867719
parentfc1e59d08c968898c2ede425a621b62ccf44681c (diff)
downloadpsutil-182ea11b1f3c91c38fe3d59b1dac1b41753a6d3b.tar.gz
build the correct C file on OpenBSD
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c3441bee..dd0b0c81 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ elif sys.platform.startswith("openbsd"):
ext = Extension(
'psutil._psutil_bsd',
sources=[
- 'psutil/_psutil_openbsd.c',
+ 'psutil/_psutil_bsd.c',
'psutil/_psutil_common.c',
'psutil/arch/bsd/openbsd.c',
],