Pier Angelo Vendrame pushed to branch maint-13.0 at The Tor Project /
Applications / tor-browser-build
Commits:
7ea63162 by Pier Angelo Vendrame at 2023-10-18T09:48:29+02:00
Bug 40984: Include PDBs also from obj-*/dist.
Because of a difference between the investigation on adding PDBs and
the actual implementation, we were missing .pdb files for .exe files.
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -229,7 +229,7 @@ RBM_TB_EOF
mkdir -p $distdir/Debug/Browser
pushd obj-*
cp -Lr dist/include $distdir/Debug/
- find . \( -path ./dist -o -path ./_tests \) -prune -o -name '*.pdb' -exec cp
-l {} $distdir/Debug/Browser/ \;
+ find . -path ./_tests -prune -o -name '*.pdb' -exec cp -l {}
$distdir/Debug/Browser/ \;
popd
[% END -%]
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7ea63162e71103b454fcd23fe44b39fac994bd30
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7ea63162e71103b454fcd23fe44b39fac994bd30
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits