[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40975: Don't include libstdc++ twice in Tor Browser
    boklm (@boklm) 
    git at gitlab.torproject.org
       
    Thu Oct 12 15:02:16 UTC 2023
    
    
  
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
8b293d6b by Nicolas Vigier at 2023-10-12T13:15:18+02:00
Bug 40975: Don't include libstdc++ twice in Tor Browser
- - - - -
1 changed file:
- projects/firefox/build
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
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8b293d6bacee7e2f437420a4a7ef43d9138d8894
-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8b293d6bacee7e2f437420a4a7ef43d9138d8894
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231012/9ce913fe/attachment.htm>
    
    
More information about the tbb-commits
mailing list