diff options
| author | Landry Breuil <landry@openbsd.org> | 2015-11-14 09:22:26 +0100 |
|---|---|---|
| committer | Landry Breuil <landry@openbsd.org> | 2015-11-14 09:22:26 +0100 |
| commit | 182ea11b1f3c91c38fe3d59b1dac1b41753a6d3b (patch) | |
| tree | cd06ce9a9b666cd4b8c5088a285ced2c65867719 /setup.py | |
| parent | fc1e59d08c968898c2ede425a621b62ccf44681c (diff) | |
| download | psutil-182ea11b1f3c91c38fe3d59b1dac1b41753a6d3b.tar.gz | |
build the correct C file on OpenBSD
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ], |
