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