зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1075492: Fix broken ./mach webapprt-test-chrome on OSX (due to v2 signature changes). r=myk
This commit is contained in:
Родитель
2b34b65e9e
Коммит
a7c6a0c75a
|
@ -114,7 +114,8 @@ main(int argc, char **argv)
|
|||
firefoxPath = PathToWebRT(alternateBinaryID);
|
||||
NSLog(@"USING FIREFOX : %@", firefoxPath);
|
||||
|
||||
NSString *myWebRTPath = [myBundle pathForAuxiliaryExecutable: @"webapprt"];
|
||||
NSString* myWebRTPath = [myBundle pathForResource:@"webapprt"
|
||||
ofType:nil];
|
||||
if (!myWebRTPath) {
|
||||
@throw MakeException(@"Missing Web Runtime Files", @"Cannot locate binary for this App");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче