From cb144b268323cf1a321d3257d3ece785610812e3 Mon Sep 17 00:00:00 2001 From: csmartdalton Date: Thu, 23 Jan 2025 17:56:01 +0000 Subject: [PATCH] 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) --- .rive_head | 2 +- submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 62d82cc..2690e7c 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -24d9162103a73712ba3c80cfc909fee6948a0089 +60a2eec998a81299e172a8954a924b3544fed403 diff --git a/submodules/rive-cpp b/submodules/rive-cpp index 26dd69f..93054af 160000 --- a/submodules/rive-cpp +++ b/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit 26dd69f215e7c00a16da95627400efeb7283dbfd +Subproject commit 93054af1389039f8c51f77aea17ae4757c838a33