aboutsummaryrefslogtreecommitdiff
path: root/ports/brotli/fix-ios.patch
AgeCommit message (Collapse)Author
2021-02-26[brotli] add iOS support (#16397)Jesse Towner
* [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