mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1282843 - Add ability to specify system paths to @old_configure_options. r=glandium
This commit is contained in:
parent
c87392581e
commit
1f75b211c2
@ -155,6 +155,7 @@ def old_configure_options(*options):
|
||||
|
||||
@old_configure_options(
|
||||
'--cache-file',
|
||||
'--datadir',
|
||||
'--enable-accessibility',
|
||||
'--enable-address-sanitizer',
|
||||
'--enable-alsa',
|
||||
@ -260,6 +261,8 @@ def old_configure_options(*options):
|
||||
'--enable-webspeechtestbackend',
|
||||
'--enable-xul',
|
||||
'--enable-zipwriter',
|
||||
'--includedir',
|
||||
'--libdir',
|
||||
'--no-create',
|
||||
'--prefix',
|
||||
'--with-adjust-sdk-keyfile',
|
||||
|
Loading…
Reference in New Issue
Block a user