mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 05:55:31 +02:00
Make sure to use /usr/bin when moving linux dependencies
This commit is contained in:
parent
0dbc2b1a21
commit
2603311cbc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
BINNAME=$1
|
||||
APPIMGKIT=$2
|
||||
|
||||
exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/lib")
|
||||
exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/usr/lib")
|
||||
$APPIMGKIT ${MESON_INSTALL_PREFIX} ${MESON_BUILD_ROOT}
|
||||
|
|
Loading…
Add table
Reference in a new issue