Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc authored Mar 3, 2024
1 parent 8e7a489 commit 45ac4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ elif [ $ARCH = "arm64" ]; then
elif [ $ARCH = "x86" ]; then
ARCH_LIB=x86
alias cmpr='$MODPATH/bin/x86/cmpr'
elif [ $ARCH = "x64" ]; then
ARCH_LIB=x86_64
alias cmpr='$MODPATH/bin/x64/cmpr'
else
abort "ERROR: unsupported arch: ${ARCH}"
fi
Expand Down

0 comments on commit 45ac4ff

Please sign in to comment.