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
// since aarch64-darwin has Rosetta 2, this user can actually run x86_64-darwin on their hardware - we should tell them to run the command to install Darwin 2
536
+
if (drv->platform == "x86_64-darwin" && settings.thisSystem == "aarch64-darwin") {
537
+
throwError("run `/usr/sbin/softwareupdate --install-rosetta` to enable your %s to run programs for %s", settings.thisSystem, drv->platform);
538
+
} else {
539
+
throwError("a '%s' with features {%s} is required to build '%s', but I am a '%s' with features {%s}",
0 commit comments