You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msvc: copy the correct .pdb files in the Makefile target install
There was a hard-coded list of `.pdb` files to copy. But with the
introduction of the `SKIP_DASHED_BUILT_INS` knob in the `Makefile`, this
hard-coded list might very well be wrong.
Let's switch to a dynamically-generated list instead.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments