mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 552924 - Allow distinguishing Universal ppc/i386 from Universal i386/x86_64 builds in AUS request. r=dtownsend, a=blocking bug 519060
This commit is contained in:
parent
008f27b425
commit
1b4bd240b0
@ -152,7 +152,7 @@ XPCOMUtils.defineLazyGetter(this, "gABI", function aus_gABI() {
|
||||
getService(Ci.nsIMacUtils);
|
||||
|
||||
if (macutils.isUniversalBinary)
|
||||
abi = "Universal-gcc3";
|
||||
abi += "-u-" + macutils.architecturesInBinary;
|
||||
#endif
|
||||
return abi;
|
||||
});
|
||||
|
@ -140,7 +140,7 @@ function check_test_pt4() {
|
||||
getService(AUS_Ci.nsIMacUtils);
|
||||
|
||||
if (macutils.isUniversalBinary)
|
||||
abi = "Universal-gcc3";
|
||||
abi += "-u-" + macutils.architecturesInBinary;
|
||||
}
|
||||
|
||||
do_check_eq(getResult(gRequestURL), gAppInfo.OS + "_" + abi);
|
||||
|
Loading…
Reference in New Issue
Block a user