on MacOSX/Darwin, use ranlib when building static libs.
I hope this belongs on the branch...
__revision__ = "$Id$"
-import string, re, os
+import string, re, os, sys
from types import *
from copy import copy
from distutils import sysconfig
'ranlib' : None,
}
+ if sys.platform[:6] == "darwin":
+ executables['ranlib'] = ["ranlib"]
+
# Needed for the filename generation methods provided by the base
# class, CCompiler. NB. whoever instantiates/uses a particular
# UnixCCompiler instance should set 'shared_lib_ext' -- we set a