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

Fix link errors on Windows#11

Open
nickaein wants to merge 1 commit intopocoproject:masterfrom
nickaein:patch-1
Open

Fix link errors on Windows#11
nickaein wants to merge 1 commit intopocoproject:masterfrom
nickaein:patch-1

Conversation

@nickaein
Copy link
Copy Markdown

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