We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df4f90 commit f959b45Copy full SHA for f959b45
1 file changed
src/Microsoft.DotNet.Build.Tasks.Installers/src/GenerateMacOSDistributionFile.cs
@@ -42,7 +42,7 @@ public override bool Execute()
42
43
var archScriptContent = @"<![CDATA[
44
function IsX64Machine() {
45
- var machine = system.sysctl(""hw.foo"");
+ var machine = system.sysctl(""hw.machine"");
46
var cputype = system.sysctl(""hw.cputype"");
47
var cpu64 = system.sysctl(""hw.cpu64bit_capable"");
48
system.log(""Machine type: "" + machine);
0 commit comments