'Generic Commit'
Some checks failed
dropshell-build / build (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-31 22:02:26 +12:00
parent 3f27cbf155
commit 4b7ec3cacf
13 changed files with 96 additions and 41 deletions

View File

@ -3,7 +3,7 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
DROPSHELL_BUILD_DIR="${SCRIPT_DIR}/../dropshell-build/"
DROPSHELL_BUILD_DIR="${SCRIPT_DIR}/../dropshell-build/src"
# make canonical path
DROPSHELL_BUILD_DIR=$(realpath "${DROPSHELL_BUILD_DIR}")
@ -17,9 +17,5 @@ if [ ! -f "${DROPSHELL_BUILD_DIR}/install_dropshell_build_requirements" ]; then
exit 1
fi
# install host dependencies
"${DROPSHELL_BUILD_DIR}/install_dropshell_build_requirements"
# run the build script
"${DROPSHELL_BUILD_DIR}/dropshell-build" "$@" "${SCRIPT_DIR}"
"${DROPSHELL_BUILD_DIR}/dropshell-build" -m -r "${SCRIPT_DIR}"