Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the notorious pnglibconf.h error for v2
Anybody who builds Rive knows this error: cp: /Users/chris/code/rive/packages/runtime/renderer/dependencies/8E14B9975/libpng-libpng16/pnglibconf.h: Permission denied This comes up because we need to generate pnglibconf.h, but Lua didn't like us trying to copy over a file that already existed. Make this cleaner by generating pnglibconf.h in %{cfg.targetdir}/include/libpng instead, and only do so if the file doesn't already exist. Diffs= 60a2eec998 Fix the notorious pnglibconf.h error for v2 (#8905)
- Loading branch information