diff --git a/build.py b/build.py index 34b0057..33f7489 100755 --- a/build.py +++ b/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/* .")