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

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