Skip to content
  • David Cole's avatar
    Build object library targets in Xcode · e8ea6158
    David Cole authored and Brad King's avatar Brad King committed
    Treat OBJECT libraries as STATIC libraries. The Xcode project file
    format provides no way to avoid running the libtool so hide the
    resulting .a away next to the object files as it should never be
    referenced.  The object files will be left behind for reference by other
    targets later.
    e8ea6158