You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use versioned host triples for non-Darwin platforms
Only Darwin platforms have the property of defaulting to the manifest-specified version in the target triple. For other platforms, revert to the previous behavior of including the version.
// Default to the unversioned triple if none is provided so that we defer to the package's requested deployment target, for Darwin platforms. For other platforms, continue to include the version since those don't have the concept of a package-specified version, and the version is meaningful for some platforms including Android and FreeBSD.
0 commit comments