diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-06-10 07:47:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 15:47:58 -0700 |
| commit | f6eb4c50ba6502c35b3ef70273c01ca7ddd955eb (patch) | |
| tree | de5209a5a220647b37bc378714ff6b0ee8904858 /versions/l- | |
| parent | bb941114248d8793359cfe10e90882a936801738 (diff) | |
| download | vcpkg-f6eb4c50ba6502c35b3ef70273c01ca7ddd955eb.tar.gz vcpkg-f6eb4c50ba6502c35b3ef70273c01ca7ddd955eb.zip | |
[libpng] fix Android ARM triplet build failure (#18115)
* [libpng] use check for PNG_ARM_NEON
* arm-android build keeps failing
* [libpng] add host dependency
* [libpng] update baseline
* [libpng] use 'version-string'
* Update ports/libpng/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [libpng] update baseline
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libpng.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libpng.json b/versions/l-/libpng.json index aeec5e1ce..8f35b026f 100644 --- a/versions/l-/libpng.json +++ b/versions/l-/libpng.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "09cdb4f54e6cc8a6a1eebbbc4c9f786d0ee652b8", + "version": "1.6.37", + "port-version": 15 + }, + { "git-tree": "67dd33a2c4a539e58ec4898b7b908baca3840063", "version-string": "1.6.37", "port-version": 14 |
