{android,win32}/build.py: upgrade CURL to 7.45.0
This commit is contained in:
parent
8e10a14866
commit
5cf4f62610
|
@ -371,8 +371,8 @@ thirdparty_libs = [
|
||||||
),
|
),
|
||||||
|
|
||||||
AutotoolsProject(
|
AutotoolsProject(
|
||||||
'http://curl.haxx.se/download/curl-7.42.1.tar.lzma',
|
'http://curl.haxx.se/download/curl-7.45.0.tar.lzma',
|
||||||
'f1e460020a99da039b153e4bf0cd8600',
|
'c9a0a77f71fdc6b0f925bc3e79eb77f6',
|
||||||
'lib/libcurl.a',
|
'lib/libcurl.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
|
@ -345,8 +345,8 @@ thirdparty_libs = [
|
||||||
),
|
),
|
||||||
|
|
||||||
AutotoolsProject(
|
AutotoolsProject(
|
||||||
'http://curl.haxx.se/download/curl-7.42.1.tar.lzma',
|
'http://curl.haxx.se/download/curl-7.45.0.tar.lzma',
|
||||||
'f1e460020a99da039b153e4bf0cd8600',
|
'c9a0a77f71fdc6b0f925bc3e79eb77f6',
|
||||||
'lib/libcurl.a',
|
'lib/libcurl.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
|
Loading…
Reference in New Issue