aboutsummaryrefslogtreecommitdiff
path: root/ports/brotli/CONTROL
diff options
context:
space:
mode:
authorJesse Towner <jwtowner@users.noreply.github.com>2021-02-26 13:15:50 -0800
committerGitHub <noreply@github.com>2021-02-26 13:15:50 -0800
commitb5e6d68c2097255b7453b0b6ddbbeba2ae48b348 (patch)
treef4867bda46ccdf7234335265b41a507d2cfe6818 /ports/brotli/CONTROL
parente3e1b64d2aaec22b713f9f1cf2f32e59a4b7c401 (diff)
downloadvcpkg-b5e6d68c2097255b7453b0b6ddbbeba2ae48b348.tar.gz
vcpkg-b5e6d68c2097255b7453b0b6ddbbeba2ae48b348.zip
[brotli] add iOS support (#16397)
* [brotli] add iOS support This commit adds support for iOS by modifying the CMakeLists.txt file to specify the BUNDLE DESTINATION parameter during install, which is required for iOS builds. * [brotli] update control file * [brotli] update versions
Diffstat (limited to 'ports/brotli/CONTROL')
-rw-r--r--ports/brotli/CONTROL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/brotli/CONTROL b/ports/brotli/CONTROL
index ce085e32f..93d890444 100644
--- a/ports/brotli/CONTROL
+++ b/ports/brotli/CONTROL
@@ -1,4 +1,5 @@
Source: brotli
Version: 1.0.9
+Port-Version: 1
Homepage: https://github.com/google/brotli
Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.