Skip to content
  • Volker Grabsch's avatar
    Fix missing win32 libraries in libxml-2.0.pc · 9031709b
    Volker Grabsch authored and Daniel Veillard's avatar Daniel Veillard committed
    The libxml-2.0.pc file doesn't contain the win32 specific libraries. So when
    (cross-)compiling for Windows, the output of
    
    pkg-config libxml-2.0 --libs
    
    returns an incompile set of libraries. Thus, applications using libxml2's
    network functionality fail to build for the win32 platform.
    9031709b