Commit 01da39d
committed
fix: provide libxml2s.lib for Windows LLVM link via vcpkg copy into LLVM prefix
llvm-config --system-libs demands libxml2s.lib but the LLVM tarball
doesn't ship it. Install via vcpkg and copy the .lib into the LLVM
prefix lib dir so the linker finds it without a global LIB override
(which previously caused duplicate symbols).1 parent 456e21b commit 01da39d
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
121 | 143 | | |
122 | 144 | | |
123 | 145 | | |
| |||
0 commit comments