mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Bug 1102602 - part 2: Rename the XULRunner stub, so that we can compile it. r=gps
This commit is contained in:
parent
67932112a9
commit
d7afc1cd5a
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user