mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Add a hack to deal with defs.mk not always being picked up in Pale Moon's case
This commit is contained in:
parent
51f041c556
commit
3d754c306e
1 changed files with 6 additions and 0 deletions
|
|
@ -1129,6 +1129,12 @@ ifneq (,$(JAR_MANIFEST))
|
|||
ifndef NO_DIST_INSTALL
|
||||
|
||||
ifdef XPI_NAME
|
||||
# XXX: Figure out why Pale Moon's defs.mk is not being propigated
|
||||
ifndef XPI_ROOT_APPID
|
||||
ifdef MC_PALEMOON
|
||||
XPI_ROOT_APPID=$(MOZ_APP_ID)
|
||||
endif
|
||||
endif
|
||||
ifdef XPI_ROOT_APPID
|
||||
# For add-on packaging we may specify that an application
|
||||
# sub-dir should be added to the root chrome manifest with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue