Skip to content
  • Saleem Abdulrasool's avatar
    Swift: Add library search paths for dependencies · 2746c61e
    Saleem Abdulrasool authored and Brad King's avatar Brad King committed
    When building Swift executables and libraries which import a module, an
    implicit link will be added by the driver.  Because this links by name
    rather than path, the library search path needs to be provided to
    indicate where to find the library.  For all local dependencies, add the
    library paths for the targets when linking.  This ensures that you can
    link against local libraries without explicitly setting a library path.
    
    Fixes: #19304
    2746c61e