update to cbuild 2.2.1

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

View File

@ -1,7 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if [ -z $ARCH ]; then
ARCH='x64'
fi
DEP_WORKING_DIR="dependencies/precompiled/$OS-$ARCH" DEP_WORKING_DIR="dependencies/precompiled/$OS-$ARCH"
mkdir -p "dependencies/precompiled" mkdir -p "dependencies/precompiled"
mkdir -p "$DEP_WORKING_DIR" mkdir -p "$DEP_WORKING_DIR"

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
CBUILD_VERSION=2.1.4 CBUILD_VERSION=2.2.1
CONFIG_VERSION=1
PROJECT="ougge" PROJECT="ougge"
CMP_C="gcc" CMP_C="gcc"

View File

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