You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
350 B

  1. diff --git a/setup.py b/setup.py
  2. index 4da69bc..165059b 100644
  3. --- a/setup.py
  4. +++ b/setup.py
  5. @@ -28,7 +28,7 @@ if sys.platform == 'win32':
  6. library_dirs.append(r'c:\wpdpack\Lib')
  7. libraries = ['wpcap', 'packet', 'ws2_32']
  8. else:
  9. - libraries = ['pcap', 'stdc++']
  10. + libraries = ['pcap']
  11. # end of user configurable parameters