mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 19:40:14 +00:00
the build fails after switch to macos-13 on manual page generation: ``` dyld[41003]: Symbol not found: __Z11IsRGBFormat21NTV2FrameBufferFormat Referenced from: <2945C378-5453-3610-9AA4-63E2723BBA5D> /Users/runner/work/UltraGrid/UltraGrid/bin/uv Expected in: <no uuid> unknown Could not obtain data from UG/reflector output! make: *** [uv.1] Error 3 make: *** Waiting for unfinished jobs.... ``` which tries to run bin/uv with --fullhelp. (this fails only if run within the script data/make_man.sh, not when run directly)