Cross-Platform build scripts for audio plugins
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.

14 lines
314B

  1. diff --git a/setup.py b/setup.py
  2. index fae6090..c5a5b35 100755
  3. --- a/setup.py
  4. +++ b/setup.py
  5. @@ -46,7 +46,7 @@ ext_modules = [
  6. '-Werror-implicit-function-declaration',
  7. '-Wfatal-errors',
  8. ],
  9. - libraries = ['lo']
  10. + libraries = ['lo', 'ws2_32', 'iphlpapi']
  11. )
  12. ]