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

Commits on Mar 12, 2018

  1. Fix link errors on Windows

    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.
    nickaein authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    1ab5adf View commit details
    Browse the repository at this point in the history