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

Inconsistent shared library name prefix on MinGW and Cygwin between shared_library() and test cases #13927

Open
na-trium-144 opened this issue Nov 19, 2024 · 0 comments

Comments

@na-trium-144
Copy link

The documentation of shared_library() says the default prefix of shared library name is omitted on MSVC, cyg on Cygwin, and lib otherwise.
However, it seems the unit test (run_project_tests.py, line 199) assumes that the name of shared library is foo.dll or foo-X.dll on Windows, including MinGW and Cygwin.
I found this while working on the test case common/230 external project on Msys2 in #13916, but I'm not sure if fixing this will affect other working unit tests, so instead I patched the specific test case configuration as for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant