Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Conversation

@nickaein
Copy link

The current conanfile.py generates

-lws2_32 -lIphlpapi.lib -lCrypt32.lib

for the link flags which causes error as the linker looks for Iphlpapi.lib.lib and Crypt32.lib.lib files.
Removing the extra .lib can fix this issue.

The current conanfile.py generates 

`-lws2_32 -lIphlpapi.lib -lCrypt32.lib` 

for the link flags which causes error as the linker looks for `Iphlpapi.lib.lib` and `Crypt32.lib.lib` files.
Removing the extra `.lib` can fix this issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant