SDL: exclude autogenerated prebuilt libraries from source archive

This commit is contained in:
Sergii Pylypenko
2017-11-28 16:20:11 +02:00
parent 3b65df4624
commit 96b9a2e36d
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ which pxz > /dev/null && ARCHIVER=pxz && EXT=xz || echo "Install pxz for faster
# TODO: Boost, Python and ffmpeg are stored in repository as precompiled binaries, the proper way to fix that is to build them using scripts, and remove that binaries
# --exclude="*.a" --exclude="*.so"
tar -c --exclude-vcs --exclude="*.o" --exclude="*.d" --exclude="*.dep" \
--exclude="libboost_*.a" --exclude="libcharset.so" --exclude="libiconv.so" \
--exclude="libicu*.a" --exclude="libharfbuzz.a" --exclude="libcrypto.so*" --exclude="libssl.so*" \
`git ls-files --exclude-standard | grep -v '^project/jni/application/.*'` \
`find project/jni/application -maxdepth 1 -type f -o -type l` \
project/jni/application/src \