1
0
mirror of https://gitlab.gnome.org/GNOME/gtk.git synced 2025-01-16 07:04:29 +00:00
gtk/sanitize-la.sh

7 lines
109 B
Bash
Executable File

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