From e5b4cec42454638e601e057961f4329c70dbeb36 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 15:54:14 +0200 Subject: mozconfig not available at build time --- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index 4f25f22..d4ceb33 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -75,8 +75,8 @@ echo "Building instrumented browser..." # fi # Executes the actual build -printf "\nBuilding LibreWolf\n"; -./mach build; +# printf "\nBuilding LibreWolf\n"; +# ./mach build; # echo "Profiling instrumented browser..." # ./mach package -- cgit