changeset 6314:8e8886596e4c

Fix darwin-x86::lilypond-installer This commit can success following command. bin/gub darwin-x86::lilypond-installer
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Tue, 13 Jan 2015 22:56:57 +0900
parents b16a1636fe99
children 68f215650b0b
files gub/darwin.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/darwin.py	Tue Jan 13 22:09:33 2015 +0900
+++ b/gub/darwin.py	Tue Jan 13 22:56:57 2015 +0900
@@ -14,7 +14,7 @@
     def __init__ (self, settings):
         context.RunnableContext.__init__ (self,settings)
         self.ignore_libs = None
-        self.skip = ['libgcc_s']
+        self.skip = ['libgcc_s', 'libstdc++']
 
     def get_libaries (self, name):
         lib_str = loggedos.read_pipe (