[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

@ -9,7 +9,7 @@ DIRS += ['profile/extensions']
GeckoProgram(CONFIG['MOZ_APP_NAME'])
JS_PREFERENCE_FILES += [
JS_PREFERENCE_PP_FILES += [
'profile/palemoon.js',
]