Look in $Settings::ProductName.app/ on Mac. bryner checking in as cltbld.
git-svn-id: svn://10.0.0.236/trunk@141713 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bbd926f42c
commit
047f8f13a0
@ -23,7 +23,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
use File::Find ();
|
||||
use File::Copy;
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.238 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.239 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
@ -391,9 +391,9 @@ sub SetupPath {
|
||||
# you have to match BuildDebug and --enable-optimize,
|
||||
# --disable-debug to make things work here.
|
||||
if ($Settings::BuildDebug) {
|
||||
$Settings::DistBin = "dist/MozillaDebug.app/Contents/MacOS";
|
||||
$Settings::DistBin = "dist/".$Settings::ProductName."Debug.app/Contents/MacOS";
|
||||
} else {
|
||||
$Settings::DistBin = "dist/Mozilla.app/Contents/MacOS";
|
||||
$Settings::DistBin = "dist/".$Settings::ProductName.".app/Contents/MacOS";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user