[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] Bug 40984: Include PDBs also from obj-*/dist.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Oct 18 07:48:45 UTC 2023
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231018/d2923f1f/attachment-0001.htm>
More information about the tbb-commits
mailing list