Skip to content

Commit

Permalink
add aarch64 linuxdeploy binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Sep 19, 2024
1 parent 81c2b03 commit 803f3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/Linux/2_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# You can give as argument the path where you installed PyMeshLab.

SCRIPTS_PATH="$(dirname "$(realpath "$0")")"
LINUXDEPLOY_PATH=$SCRIPTS_PATH/../../src/meshlab/resources/linux
ARCH=$(uname -m)
LINUXDEPLOY_PATH=$SCRIPTS_PATH/../../src/meshlab/resources/linux/$ARCH
QT_DIR=""
INSTALL_PATH=$SCRIPTS_PATH/../../pymeshlab

Expand Down

0 comments on commit 803f3a4

Please sign in to comment.