mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-02 21:15:33 +02:00
5 lines
148 B
Bash
5 lines
148 B
Bash
BINNAME=$1
|
|
APPIMGKIT=$2
|
|
|
|
exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/lib")
|
|
$APPIMGKIT ${MESON_INSTALL_PREFIX} ${MESON_BUILD_ROOT}
|