From 38128cb9df35f19d8654a052c389b021666134e3 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 22 Sep 2014 17:28:51 -0700 Subject: [PATCH] iobuild.sh: only install .h files in Headers cp * -> cp *.h; avoids picking up autoconf files Change-Id: I57c04562d554431ddf4605af65077f32d90ac58e --- iosbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iosbuild.sh b/iosbuild.sh index 306f955f..32f2a6dc 100755 --- a/iosbuild.sh +++ b/iosbuild.sh @@ -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