[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] Bug 40984: Include PDBs also from obj-*/dist.



Title: GitLab

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:

Changes:

  • projects/firefox/build
    ... ... @@ -229,7 +229,7 @@ RBM_TB_EOF
    229 229
       mkdir -p $distdir/Debug/Browser
    
    230 230
       pushd obj-*
    
    231 231
       cp -Lr dist/include $distdir/Debug/
    
    232
    -  find . \( -path ./dist -o -path ./_tests \) -prune -o -name '*.pdb' -exec cp -l {} $distdir/Debug/Browser/ \;
    
    232
    +  find . -path ./_tests -prune -o -name '*.pdb' -exec cp -l {} $distdir/Debug/Browser/ \;
    
    233 233
       popd
    
    234 234
     [% END -%]
    
    235 235
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits