mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 14:05:32 +02:00
Make sure to use /usr/bin when moving linux dependencies
This commit is contained in:
parent
d00244bf4f
commit
fe77b40d28
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