Skip to content
  • Saleem Abdulrasool's avatar
    Ninja,Swift: correct response file handling · 9e5457d3
    Saleem Abdulrasool authored
    The response file was being written but not used due to the wrong
    variable being configured for Swift.  Swift does compile+link in a
    single phase and does not use the `<OBJECTS>` placeholder.  Use the
    `<SWIFT_SOURCES>` placeholder instead for the response file substitution
    which serves the same purpose.
    9e5457d3