When libpdfium is loaded with dlopen on macOS this exposes a bug in the allocator_shim that causes it to trip over a code assertion when trying to free memory, as a work-around this PR disables the allocator_shim for masOS builds to avoid this behavior while the bug is not resolved upstream: https://crbug.com/1271139
When libpdfium is loaded with
dlopen
on macOS this exposes a bug in theallocator_shim
that causes it to trip over a code assertion when trying to free memory, as a work-around this PR disables theallocator_shim
for masOS builds to avoid this behavior while the bug is not resolved upstream: https://crbug.com/1271139Closes: #137