Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcpkg_copy_pdbs() no longer works on non-Windows after #41609 #42264

Open
huangqinjin opened this issue Nov 20, 2024 · 0 comments · May be fixed by #42265
Open

vcpkg_copy_pdbs() no longer works on non-Windows after #41609 #42264

huangqinjin opened this issue Nov 20, 2024 · 0 comments · May be fixed by #42265
Assignees
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)

Comments

@huangqinjin
Copy link
Contributor

We have a toolchain that wrap MSVC with wine on Linux https://github.com/mstorsjo/msvc-wine.

dumpbin in the toolchain ouputs PDB path in Unix style.

Image

Before #41609, "PDB file found at.*'(.*)'" matches the Unix style paths, but now it requires paths starting with drive letter.

@LilyWangLL LilyWangLL added the category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants