diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 15:54:14 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 15:54:14 +0200 |
commit | e5b4cec42454638e601e057961f4329c70dbeb36 (patch) | |
tree | a1ea109befae42578d77d790fcc7fb9c16b3606f | |
parent | try it without profiling (diff) | |
download | librewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.tar.gz librewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.tar.bz2 librewolf-linux-e5b4cec42454638e601e057961f4329c70dbeb36.zip |
mozconfig not available at build time
-rwxr-xr-x | binary_tarball/scripts/4_Build_Binary_Tarball.sh | 4 |
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 |