Update customize.sh

This commit is contained in:
yhc 2024-03-03 23:11:48 +03:00 committed by GitHub
parent 8e7a489b00
commit 45ac4ff034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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