shithub: aubio

Download patch

ref: 32c0133601ed869df745dda8f895c0d3ecdcaa7b
parent: 53efdb3fb5899c93b10b75745c80971653cc6175
author: Paul Brossier <piem@altern.org>
date: Sun Oct 1 11:11:49 EDT 2006

link against python dll on windows
link against python dll on windows


--- a/python/aubio/Makefile.am
+++ b/python/aubio/Makefile.am
@@ -43,7 +43,7 @@
 _aubiowrapper.so: _aubiowrapper.la
 
 if MINGW
-SWLDFLAGS = 
+SWLDFLAGS = -lpython${PYTHON_VERSION}
 else
 if DARWIN
 SWLDFLAGS = -bundle -framework Python