mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-24 21:12:47 +01:00
iobuild.sh: only install .h files in Headers
cp * -> cp *.h; avoids picking up autoconf files (cherry picked from commit 38128cb9df35f19d8654a052c389b021666134e3) Change-Id: I57c04562d554431ddf4605af65077f32d90ac58e
This commit is contained in:
parent
b65727b55d
commit
403023f500
@ -109,5 +109,5 @@ for PLATFORM in ${PLATFORMS}; do
|
|||||||
export PATH=${OLDPATH}
|
export PATH=${OLDPATH}
|
||||||
done
|
done
|
||||||
|
|
||||||
cp -a ${SRCDIR}/src/webp/* ${TARGETDIR}/Headers/
|
cp -a ${SRCDIR}/src/webp/*.h ${TARGETDIR}/Headers/
|
||||||
${LIPO} -create ${LIBLIST} -output ${TARGETDIR}/WebP
|
${LIPO} -create ${LIBLIST} -output ${TARGETDIR}/WebP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user