mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Xcode, I wanted a tab, not spaces
This commit is contained in:
parent
29073e5c7e
commit
ba1baef627
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue