mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Error when building 1.2.0 for iOS #557
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @radarhere on GitHub (Oct 31, 2025).
When building 1.2.0, but not 1.1.0, I received an error - https://github.com/radarhere/Pillow/actions/runs/18856549681/job/53805755475#step:5:7929
I found a similar error for libtiff at https://gitlab.com/libtiff/libtiff/-/issues/282
The issue suggests a workaround,
-DCMAKE_MACOSX_BUNDLE=OFF, which does succeed, but I wondered if you wanted to address this?@eustas commented on GitHub (Oct 31, 2025):
Will investigate soon. Thanks for reporting.
(I wonder, why CI did not catch that...)
@eustas commented on GitHub (Oct 31, 2025):
(oh, that is because we don't have iOS pipeline; going to add soon)
@eustas commented on GitHub (Nov 7, 2025):
Should have been fixed with #1372
@radarhere commented on GitHub (Nov 7, 2025):
Thanks very much