Fix flatpak build
> + cp -p /app/include/stb/stb_image.h thirdparty/stb/ > cp: cannot stat '/app/include/stb/stb_image.h': No such file or directory
This commit is contained in:
parent
f36e22b52b
commit
c85abf4a25
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||
rm -v thirdparty/stb/stb_image_write.h thirdparty/stb/stb_image.h
|
||||
# stb_image.h is trivially forked: reconstruct the changes with the latest
|
||||
# unbundled copy
|
||||
cp -p %{_includedir}/stb/stb_image.h thirdparty/stb/
|
||||
cp -p /usr/include/stb/stb_image.h thirdparty/stb/
|
||||
pushd thirdparty/stb
|
||||
patch -p1 < stb_image.patch
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue