diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 23:21:01 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 23:21:01 +0200 |
commit | 046c27552bf53e3a9d9c41627078266eeab0086c (patch) | |
tree | 4ee10e4b1053231a1007b53e225b9f18f20d9a31 /binary_tarball/scripts/4_Build_Binary_Tarball.sh | |
parent | checkout submodules globally (diff) | |
download | librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.tar.gz librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.tar.bz2 librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.zip |
comment some ubuntu-specific options; fix flatpak json talk-variable
Diffstat (limited to 'binary_tarball/scripts/4_Build_Binary_Tarball.sh')
-rwxr-xr-x | binary_tarball/scripts/4_Build_Binary_Tarball.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index 6f4aa22..755bb1a 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -69,6 +69,7 @@ END else cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END +# seems to mess with the libstdc++-static patch # ac_add_options --enable-linker=gold END |