From f107e45cf9f9696c00a443d3aea7d7e465ae3f13 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 29 Jun 2021 14:06:44 +0200 Subject: [PATCH] test --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/* .")