Commit b938b70
committed
internal: Alias OpenSSL's import libs for the Windows Native link too
Scala Native's javalib links -lcrypto and -lssl, which clang in MSVC mode asks
for as crypto.lib / ssl.lib while vcpkg writes libcrypto.lib / libssl.lib. The
link died on LNK1104: cannot open file 'crypto.lib'.
The compile stage is now fully clean, uni_curl_shim.c included, which is the
regression this job is here to catch.1 parent 7df7f4c commit b938b70
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
166 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
167 | 173 | | |
168 | 174 | | |
169 | 175 | | |
| |||
0 commit comments