[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40984: Include PDBs also from obj-*/dist.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Oct 18 07:43:06 UTC 2023
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
ffafd421 by Pier Angelo Vendrame at 2023-10-17T18:41:56+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/ffafd4219bfd380dda606a258db22ecf55e64fc5
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ffafd4219bfd380dda606a258db22ecf55e64fc5
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/tor-commits/attachments/20231018/d608da63/attachment.htm>
More information about the tor-commits
mailing list