Commits

Saleem Abdulrasool committed b3ba45758dd
build: make swift_lib_add_single more amenable to cross-compilation Use the SWIFTLIB_SINGLE_SDK variable rather than the CMAKE_BUILD_SYSTEM variable to determine the target type. This allows us to use the logic for adding libraries for foreign OSes on a build host. This is needed to pave the road to cross-crompiling the standard library for different targets.