mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
[curl] Fix android API < 24 (#36156)
This commit is contained in:
parent
02e210ef56
commit
c268e9fc37
@ -1,3 +1,8 @@
|
||||
if(ANDROID AND ANDROID_NATIVE_API_LEVEL LESS 24)
|
||||
# https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md
|
||||
set(HAVE_FILE_OFFSET_BITS FALSE CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
# Process the libs and targets in the variable named by `input`
|
||||
# into a flat list of libs in the variable named by `output`.
|
||||
# Simplify -framework elements.
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "curl",
|
||||
"version": "8.5.0",
|
||||
"port-version": 1,
|
||||
"description": "A library for transferring data with URLs",
|
||||
"homepage": "https://curl.se/",
|
||||
"license": "curl AND ISC AND BSD-3-Clause",
|
||||
|
@ -2038,7 +2038,7 @@
|
||||
},
|
||||
"curl": {
|
||||
"baseline": "8.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"curlpp": {
|
||||
"baseline": "2018-06-15",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b2bf8e8f4e0c7d000cb3b3311f4b9f185cb2d52",
|
||||
"version": "8.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b30c6697e314cdba601dee9bdef0ed01e1d09c8f",
|
||||
"version": "8.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user