mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
1020e0cd4f
This includes a minor patch to encode.c to work around the "static init" check that actually doesn't do anything in its default state, but, due to compiler subtleties in handling duplicate object names, would not be able to link brotli.exe because it would refuse to expose all symbols for duplicate objects (a later one would just be ignored). Unsure how clang does this but it's not portable across compilers. (we need the brotli.exe tool for resource package compression)