diff options
| author | Jay Loden <jloden@gmail.com> | 2009-02-25 18:48:02 +0000 |
|---|---|---|
| committer | Jay Loden <jloden@gmail.com> | 2009-02-25 18:48:02 +0000 |
| commit | 30a6a4e83867fca55e184671cf07ebd77f1b1618 (patch) | |
| tree | c9ac66332418258363dfa3befcfa3be7932a0a63 /setup.py | |
| parent | 64bf13a18b5a854068ceebff90a5fcc110f4c5fc (diff) | |
| download | psutil-30a6a4e83867fca55e184671cf07ebd77f1b1618.tar.gz | |
Fixed a bunch of compiler warnings that turned up on FreeBSD if using gcc
instead of cc to compile
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ elif sys.platform.lower().startswith("darwin"): sources = ['psutil/_psutil_osx.c', 'psutil/arch/osx/process_info.c'] ) -# +# FreeBSD elif sys.platform.lower().startswith("freebsd"): extensions = Extension('_psutil_bsd', sources = ['psutil/_psutil_bsd.c', 'psutil/arch/bsd/process_info.c'] |
