Skip to content

Strip "-l" suffix before removing "uuid" from libraries#17780

Closed
375gnu wants to merge 1 commit intomicrosoft:masterfrom
375gnu:patch-1
Closed

Strip "-l" suffix before removing "uuid" from libraries#17780
375gnu wants to merge 1 commit intomicrosoft:masterfrom
375gnu:patch-1

Conversation

@375gnu
Copy link
Copy Markdown
Contributor

@375gnu 375gnu commented May 10, 2021

Describe the pull request

My builds using mingw64 were failing due to missing libuuid while it's supposed that on windows it's removed from a list of libraries. The problem is that when the removal is invoked ALL_LIBS_LIST contains names with -l suffix so the actual value is -luuid and it's not removed. This small change fixes this issue.

@JackBoosY
Copy link
Copy Markdown
Contributor

cc @longnguyen2004 @Neumann-A for review this PR.

@JackBoosY JackBoosY added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label May 11, 2021
@longnguyen2004
Copy link
Copy Markdown
Contributor

It's pretty much the same as what I did in #17769, so LGTM.

@JackBoosY
Copy link
Copy Markdown
Contributor

This changes is same with PR #17137, so I think we should use the old one.

@strega-nil-ms
Copy link
Copy Markdown
Contributor

Closed as #17137 has the same change and was merged.

Thanks @375gnu !

@375gnu 375gnu deleted the patch-1 branch May 28, 2021 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants