mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1229241 - Use relative paths for JS_PREFERENCE{,_PP}_FILES in b2g/dev/app. r=me
This commit is contained in:
parent
b09989cb2e
commit
f1e15d5494
@ -6,10 +6,10 @@ DIST_SUBDIR = 'browser'
|
||||
export('DIST_SUBDIR')
|
||||
|
||||
JS_PREFERENCE_PP_FILES += [
|
||||
'/b2g/app/b2g.js',
|
||||
'../../app/b2g.js',
|
||||
]
|
||||
|
||||
JS_PREFERENCE_FILES += [
|
||||
'/b2g/dev/app/mulet.js',
|
||||
'mulet.js',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user