Skip to content
  • Ian Lynagh's avatar
    Change the ranlib detection · c548fec4
    Ian Lynagh authored
    On Windows, the ranlib in the path may not be the right ranlib (it may
    be the 32bit ranlib when we are making a Win64 compiler, or vice-versa).
    Therefore we can't leave it up to libffi to detect the right ranlib, but
    need to tell it which ranlib to use. This means that we need to find
    ranlib even if we don't actually need it ourselves.
    c548fec4