Xcode, I wanted a tab, not spaces

This commit is contained in:
Inori 2019-10-24 03:38:50 -04:00
parent 81a93762fa
commit b1fd0c8616

View file

@ -3,7 +3,7 @@
BINARY=$1
function get_dep()
{
DEP=$(ldd $BINARY | grep $1 | sed -r 's/ \w.+ => (\/.+) .+$/\1/g')
DEP=$(ldd $BINARY | grep $1 | sed -r 's/ \w.+ => (\/.+) .+$/\1/g')
cp "$DEP" "${MESON_INSTALL_PREFIX}/usr/lib"
}