-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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_configure_make] Fix processing of CMAKE_<LANG>_STANDARD_LIBRARIES
#30381
Conversation
Not so much. This PR (30381) is complete and done and fixes one particular issue. |
We will review and approve #31228 as soon as possible, I will be converting your PR to draft status. |
Closing in favor of #31228. |
Linker flags must be preserved, not prefixed with
-l
.Fixes #30327.
Tested with libpq:arm-android (reproducer), libpq:x64-mingw-dynamic (w.r.t.
-luuid
)../vcpkg x-add-version --all
and committing the result.