summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-10-04 10:14:47 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2014-10-04 10:14:47 -0700
commitaabc21eeba923799ebce86f82d3c1ac8d54eb8ae (patch)
tree4e54257ddf27e093ab130d5c7b71e5b11330fcca /setup.py
parent6f4445c4bdfe9022ceb7562979b6c450f625f769 (diff)
downloadpsutil-aabc21eeba923799ebce86f82d3c1ac8d54eb8ae.tar.gz
#376: implement ifconfig con Windows - still missing: MAC and broadcast addresses retrieval
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 277ef75b..5a25acab 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ if sys.platform.startswith("win32"):
],
libraries=[
"psapi", "kernel32", "advapi32", "shell32", "netapi32", "iphlpapi",
- "wtsapi32",
+ "wtsapi32", "ws2_32",
],
# extra_compile_args=["/Z7"],
# extra_link_args=["/DEBUG"]