diff --git a/patches/pyliblo/common/02_win32-build-fix.patch b/patches/pyliblo/common/02_win32-build-fix.patch new file mode 100644 index 0000000..9bc8f01 --- /dev/null +++ b/patches/pyliblo/common/02_win32-build-fix.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index fae6090..c5a5b35 100755 +--- a/setup.py ++++ b/setup.py +@@ -46,7 +46,7 @@ ext_modules = [ + '-Werror-implicit-function-declaration', + '-Wfatal-errors', + ], +- libraries = ['lo'] ++ libraries = ['lo', 'ws2_32', 'iphlpapi'] + ) + ] +