update to cbuild 2.2.1

This commit is contained in:
2025-04-26 00:47:13 +05:00
parent 3477b05cd8
commit bb00392e3a
3 changed files with 1 additions and 9 deletions

View File

@@ -6,10 +6,6 @@ if [ -z "$package_version" ]; then
fi
myprint "${BLUE}package_version: ${CYAN}$package_version"
if [ -z $ARCH ]; then
ARCH='x64'
fi
case "$OS" in
LINUX)
package_platform="linux-$ARCH"