зеркало из https://github.com/mozilla/gecko-dev.git
Don't hardcode _APPNAME, use MOZ_PKG_APPNAME instead.
This commit is contained in:
Родитель
6959c002e5
Коммит
ebbd331e49
|
@ -112,9 +112,9 @@ ifndef MOZ_PKG_APPNAME
|
|||
MOZ_PKG_APPNAME = Mozilla
|
||||
endif
|
||||
ifdef MOZ_DEBUG
|
||||
_APPNAME = MozillaDebug.app
|
||||
_APPNAME = $(MOZ_PKG_APPNAME)Debug.app
|
||||
else
|
||||
_APPNAME = Mozilla.app
|
||||
_APPNAME = $(MOZ_PKG_APPNAME).app
|
||||
endif
|
||||
PKG_SUFFIX = .dmg
|
||||
_ABS_TOPSRCDIR = $(shell cd $(topsrcdir) && pwd)
|
||||
|
|
Загрузка…
Ссылка в новой задаче