Some people use a hacked libtool that doesn't even install .la files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f $1 ]; then
|
||||
sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user