mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Replace libcurl with a self-compiled (in VC2005) copy of 7.21.4 with no SSL/zlib support, in an attempt to fix errors on 64-bit Windows
This was SVN commit r8941.
This commit is contained in:
parent
1b1230ca3e
commit
06a088efa8
1 changed files with 1 additions and 2 deletions
|
|
@ -137,9 +137,8 @@ extern_lib_defs = {
|
|||
dbg_suffix = "",
|
||||
},
|
||||
libcurl = {
|
||||
win_names = { "curllib" },
|
||||
win_names = { "libcurl" },
|
||||
unix_names = { "curl" },
|
||||
dbg_suffix = "",
|
||||
},
|
||||
libjpg = {
|
||||
win_names = { "jpeg-6b" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue