Closed al45tair closed 1 month ago
We need a handful more autolink arguments; these were in a previous PR, but seem to have gone missing at some point during the re-core.
Additionally, Musl has the posix_spawn_file_actions_addchdir_np() function rather than the non-_np() version.
posix_spawn_file_actions_addchdir_np()
_np()
Fixes #5089.
@swift-ci Please test Linux platform
@swift-ci Please test Windows platform
Thanks @al45tair
We need a handful more autolink arguments; these were in a previous PR, but seem to have gone missing at some point during the re-core.
Additionally, Musl has the
posix_spawn_file_actions_addchdir_np()
function rather than the non-_np()
version.Fixes #5089.