[PALEMOON] Fix preprocessing on preferences

This commit is contained in:
NTD 2018-04-05 07:38:30 -04:00 • committed by Roy Tam
commit af609b757b
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
@template
def ApplicationBranding():
JS_PREFERENCE_FILES += [
JS_PREFERENCE_PP_FILES += [
'pref/palemoon-branding.js',
]
@ -49,4 +49,4 @@ def ApplicationBranding():
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U']
DEFINES['MOZILLA_COMPATVERSION_U'] = CONFIG['MOZILLA_COMPATVERSION_U']
DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9"