dependency compilation

This commit is contained in:
2024-07-15 23:01:38 +03:00
parent 023f0b1d40
commit b7109ef9fa
11 changed files with 198 additions and 158 deletions

View File

@@ -12,4 +12,4 @@ if [ "$CBUILD_INSTALL_DIR" != "." ]; then
cp -r ./ "$CBUILD_INSTALL_DIR"
rm -rf "$CBUILD_INSTALL_DIR/.git"
fi
ln -sfv "$(realpath $CBUILD_INSTALL_DIR/cbuild.sh)" -T "/usr/local/bin/cbuild"
ln -sf "$(realpath $CBUILD_INSTALL_DIR/cbuild.sh)" -T "/usr/local/bin/cbuild"