mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #251 - Move chrome packaging options to ac configure
Also adds options for new functionality in #1683
This commit is contained in:
parent
aa16c6c7ee
commit
e31680357e
6 changed files with 86 additions and 34 deletions
|
|
@ -84,7 +84,7 @@ class TestBuild(unittest.TestCase):
|
|||
config.topobjdir)
|
||||
overrides = [
|
||||
'install_manifest_depends=',
|
||||
'MOZ_JAR_MAKER_FILE_FORMAT=flat',
|
||||
'MOZ_CHROME_FILE_FORMAT=flat',
|
||||
'TEST_MOZBUILD=1',
|
||||
]
|
||||
with self.line_handler() as handle_make_line:
|
||||
|
|
@ -108,7 +108,7 @@ class TestBuild(unittest.TestCase):
|
|||
config.topobjdir)
|
||||
overrides = [
|
||||
'install_manifest_depends=',
|
||||
'MOZ_JAR_MAKER_FILE_FORMAT=flat',
|
||||
'MOZ_CHROME_FILE_FORMAT=flat',
|
||||
'TEST_MOZBUILD=1',
|
||||
]
|
||||
with self.line_handler() as handle_make_line:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue