Commit 56e4637
committed
fix(codegen): use -Wl, prefix to forward system libs to MSVC link.exe
clang.exe treats bare 'ws2_32.lib' as a file path and fails with
'no such file or directory'. The -Wl, prefix forwards the name
directly to MSVC's link.exe which resolves it from the system
library path.1 parent 859c4ef commit 56e4637
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments