Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Some people use a hacked libtool that doesn't even install .la files
Browse files Browse the repository at this point in the history
  • Loading branch information
tml1024 committed Apr 12, 2010
1 parent e544602 commit 34916b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sanitize-la.sh
@@ -1,3 +1,6 @@
#!/bin/sh

sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
if [ -f $1 ]; then
sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
fi

0 comments on commit 34916b0

Please sign in to comment.