We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156f0ea commit 6737683Copy full SHA for 6737683
index.html
@@ -73,7 +73,7 @@
73
//todo: what about duplicate runs?
74
//for backward compatibility: mingw32 used to be called just '32'
75
var key = x.name || "";
76
- out[key.replace('mingw', '')] = x;
+ out[key.replace(', intel', '')] = x;
77
});
78
return out;
79
}
0 commit comments