Skip to content

demos: Fix building multigpu-bench on macOS

quietvoid requested to merge quietvoid/libplacebo:macos_bench_build into master

The macOS SDK has conflicting defines with the PAGE_SIZE name. Seems to affect both x86 and ARM.

Build error: https://0x0.st/HOG1.txt

I doubt this is the right way to fix it since it feels likely that other names could conflict. So feel free to close and fix another way.

Merge request reports