Mercurial > sdl-ios-xcode
diff strip_fPIC.sh @ 1:cf2af46e9e2a
Changes since SDL 1.2.0 release
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 26 Apr 2001 16:50:19 +0000 |
parents | 74212992fb08 |
children | 48c34d68918e |
line wrap: on
line diff
--- a/strip_fPIC.sh Thu Apr 26 16:45:43 2001 +0000 +++ b/strip_fPIC.sh Thu Apr 26 16:50:19 2001 +0000 @@ -3,7 +3,7 @@ # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" -while [ $1 ]; do +while [ $# -gt 0 ]; do if [ "$1" != "-fPIC" ]; then if [ "$1" != "-DPIC" ]; then command="$command $1"