This commit is contained in:
Roy Tam 2020-02-18 07:15:51 +08:00
commit f28ec575d9
13 changed files with 106 additions and 155 deletions

View file

@ -256,9 +256,6 @@ XPCOMUtils.defineLazyGetter(UpdateUtils, "ABI", function() {
if (macutils.isUniversalBinary) {
abi += "-u-" + macutils.architecturesInBinary;
}
#elifdef XP_WIN
// Windows build should report the CPU architecture that it's running on.
abi += "-" + gWinCPUArch;
#endif
return abi;