boklm pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits: 1fc15e38 by Nicolas Vigier at 2023-10-13T07:13:11+02:00 Update rbm for rbm#40062
- - - - - d20f3409 by Nicolas Vigier at 2023-10-13T07:13:28+02:00 Bug 40975: Don't include libstdc++ twice in Tor Browser
- - - - -
2 changed files:
- projects/firefox/build - rbm
Changes:
===================================== projects/firefox/build ===================================== @@ -312,7 +312,7 @@ END;
[% IF c("var/linux") -%] /var/tmp/dist/gcc/bin/g++ $rootdir/abicheck.cc -o Browser/abicheck -std=c++17 - [% IF !c("var/torbrowser") -%] + [% IF !c("var/tor-browser") -%] libdest=Browser/libstdc++ mkdir -p "$libdest" # FIXME: tor-browser-build#40749
===================================== rbm ===================================== @@ -1 +1 @@ -Subproject commit fb51b232ea9281032762df30211400139ff80275 +Subproject commit 0a47c75f7b9b3c6ccc4086b44336be0b85e5fbef
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/0...