aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 15:54:14 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 15:54:14 +0200
commite5b4cec42454638e601e057961f4329c70dbeb36 (patch)
treea1ea109befae42578d77d790fcc7fb9c16b3606f
parenttry it without profiling (diff)
downloadlibrewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.tar.gz
librewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.tar.bz2
librewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.zip
mozconfig not available at build time
-rwxr-xr-xbinary_tarball/scripts/4_Build_Binary_Tarball.sh4
1 files 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
bgstack15