changeset 6403:ab0881f04ce0

Delete {mingw|cygwin}::lilypond LDFLAGS libpython lilypond issue4347
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 22 Apr 2015 23:14:48 +0900
parents 5eb30729917c
children e84fa9bddd3f
files gub/specs/cygwin/lilypond.py gub/specs/lilypond.py
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cygwin/lilypond.py	Sat Apr 18 19:47:13 2015 +0900
+++ b/gub/specs/cygwin/lilypond.py	Wed Apr 22 23:14:48 2015 +0900
@@ -24,10 +24,9 @@
                                                ]
     configure_flags = (lilypond.LilyPond.configure_flags
                        .replace ('--enable-relocation', '--disable-relocation'))
-    python_lib = '%(system_prefix)s/bin/libpython*.dll'
     LDFLAGS = '-L%(system_prefix)s/lib -L%(system_prefix)s/bin -L%(system_prefix)s/lib/w32api'
     make_flags = (lilypond.LilyPond.make_flags
-                  + ' LDFLAGS="%(LDFLAGS)s %(python_lib)s"')
+                  + ' LDFLAGS="%(LDFLAGS)s"')
 #    branch = 'stable/2.12'
     def __init__ (self, settings, source):
         lilypond.LilyPond.__init__ (self, settings, source)
--- a/gub/specs/lilypond.py	Sat Apr 18 19:47:13 2015 +0900
+++ b/gub/specs/lilypond.py	Wed Apr 22 23:14:48 2015 +0900
@@ -173,9 +173,6 @@
             'tools::icoutils',
             'mingw-w64-runtime-winpthread-dll',
             ]
-    python_lib = '%(system_prefix)s/bin/libpython*.dll'
-    make_flags = (LilyPond.make_flags
-                  + ' LDFLAGS="%(python_lib)s"'  % locals ())
     # ugh Python hack: C&P Cygwin
     def compile (self):
         self.system ('''