Description: Avoid linking with the python library, csoundac doesn't need it.
Author: Felipe Sateler <fsateler@gmail.com>
--- a/SConstruct
+++ b/SConstruct
@@ -2367,7 +2367,8 @@
     acEnvironment.Append(LINKFLAGS = pythonLinkFlags)
     acEnvironment.Append(LIBPATH = pythonLibraryPath)
     if getPlatform() != 'darwin':
-        acEnvironment.Prepend(LIBS = pythonLibs)
+        #acEnvironment.Prepend(LIBS = pythonLibs)
+        pass
 	if musicXmlFound:
            acEnvironment.Prepend(LIBS = 'musicxml2')
         if getPlatform() != 'win32':
