Skip to content
  • Saleem Abdulrasool's avatar
    Swift: support `-rpath` on Darwin · ff6c3361
    Saleem Abdulrasool authored and Brad King's avatar Brad King committed
    Darwin also has the concept of RPATH.  Additionally, the flag is
    identical to that on other Unixish platforms.  Simply avoid the `-rpath`
    handling on Windows.
    
    This enables the use of `BUILD_WITH_INSTALL_RPATH` and `INSTALL_RPATH`
    with Swift targets on Darwin.
    ff6c3361