envision/scripts/build_basalt.sh
2023-06-18 17:31:28 +02:00

21 lines
349 B
Bash

#!/bin/bash
set -ev
echo "Basalt is currently unsupported"
exit 1
#
# REPO_DIR=$1
#
# PREFIX=$2
#
# if [[ -z $REPO_DIR ]] || [[ -z $PREFIX ]]; then
# echo "Usage: $0 REPO_DIR PREFIX"
# exit 1
# fi
#
# "$(dirname -- "$0")/_clone_or_pull.sh" "https://github.com/cntools/libsurvive" "$REPO_DIR"
#
# cd "$REPO_DIR"
# mkdir -p build
# cd build