mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Fix moz.build
This commit is contained in:
parent
a12132838a
commit
7f8abfd337
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ EXTRA_JS_MODULES.third_party.jsesc += ['third_party/jsesc/jsesc.js']
|
|||
EXTRA_JS_MODULES.sessionstore += ['sessionstore/Utils.jsm']
|
||||
|
||||
if not CONFIG['MOZ_WEBEXTENSIONS']:
|
||||
EXTRA_JS_PP_MODULES += ['UpdateChannel.jsm']
|
||||
EXTRA_PP_JS_MODULES += ['UpdateChannel.jsm']
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
|
||||
DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue