Bug 1102602 - part 2: Rename the XULRunner stub, so that we can compile it. r=gps

This commit is contained in:
Alexander J. Vincent 2014-11-20 17:08:40 -08:00
parent d6537c04aa
commit 2df72bf34b
2 changed files with 2 additions and 8 deletions

View File

@ -3988,13 +3988,7 @@ MOZ_ARG_WITH_STRING(xulrunner-stub-name,
XULRUNNER_STUB_NAME=$withval)
if test -z "$XULRUNNER_STUB_NAME"; then
case "$target_os" in
darwin*)
XULRUNNER_STUB_NAME=xulrunner
;;
*)
XULRUNNER_STUB_NAME=xulrunner-stub
esac
XULRUNNER_STUB_NAME=xulrunner-stub
fi
AC_SUBST(XULRUNNER_STUB_NAME)

View File

@ -38,7 +38,7 @@ elif sys.platform == "win32":
return leafName + ".exe"
elif sys.platform == "darwin":
xulrunnerStubName = "xulrunner"
xulrunnerStubName = "xulrunner-stub"
def installApp(appLocation, installDir, appName, greDir):
zipApp, iniparser, appName = validateArguments(appLocation, installDir, appName, greDir)