Xcode, I wanted a tab, not spaces

This commit is contained in:
Inori 2019-10-24 03:38:50 -04:00 committed by Inori
parent 29073e5c7e
commit ba1baef627

View file

@ -3,7 +3,7 @@
BINARY=$1 BINARY=$1
function get_dep() 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" cp "$DEP" "${MESON_INSTALL_PREFIX}/usr/lib"
} }