test
This commit is contained in:
parent
613dee5518
commit
f107e45cf9
1 changed files with 3 additions and 1 deletions
4
build.py
4
build.py
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python3
|
||||
#!env python3
|
||||
|
||||
pkgver = '89.0.2'
|
||||
nightly_ver = '91.0a1'
|
||||
|
|
@ -211,6 +211,8 @@ def execute_lw_do_patches():
|
|||
# create the right mozconfig file..
|
||||
create_mozconfig(mozconfig_release)
|
||||
|
||||
# macos : if have compatibilty ssh headers, add that to mozconfig_release
|
||||
|
||||
|
||||
# copy branding files..
|
||||
exec("cp -vr ../common/source_files/* .")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue