[Distutils] static libs, unixccompiler.py, darwin

Thomas Heller thomas.heller@ion-tof.com
Wed Feb 6 06:58:01 2002


From: "Just van Rossum" <just@letterror.com>
> + 
> +     if sys.platform.startswith("darwin"):
> +         executables['ranlib'] = ["ranlib"]

Also looks harmless to me, although I would prefer
something *not* using string methods, so that compatibility
to 1.5.2 is retained (does anyone care besides myself?).

Thomas