mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
iobuild.sh: only install .h files in Headers
cp * -> cp *.h; avoids picking up autoconf files Change-Id: I57c04562d554431ddf4605af65077f32d90ac58e
This commit is contained in:
parent
c792d4129a
commit
38128cb9df
@ -109,5 +109,5 @@ for PLATFORM in ${PLATFORMS}; do
|
||||
export PATH=${OLDPATH}
|
||||
done
|
||||
|
||||
cp -a ${SRCDIR}/src/webp/* ${TARGETDIR}/Headers/
|
||||
cp -a ${SRCDIR}/src/webp/*.h ${TARGETDIR}/Headers/
|
||||
${LIPO} -create ${LIBLIST} -output ${TARGETDIR}/WebP
|
||||
|
Loading…
Reference in New Issue
Block a user