modified: nfig1.py
[GalaxyCodeBases.git] / etc / Windows / vlmcsd / hotbird64-mass-build / strip_binaries
blob8eb069dcc0a323f76ffefd2cf2db2743b24870d2
1 #!/bin/bash
3 cd "$( dirname "${BASH_SOURCE[0]}" )"
5 find ../binaries/ -xdev -name 'vlmcs*' ! -name '*-NetBSD-*' ! -name '*-Windows-*' ! -name '*-cygwin-*' ! -name '*-MacOSX-*' ! -name '*-iOS-*' -exec sstrip -z {} \;