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

Fix link errors on Windows #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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