:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-28 22:47:30 +12:00
parent 03ce71ecbe
commit f875d76103
4 changed files with 10 additions and 309 deletions

View File

@ -12,13 +12,13 @@ if [ ! -f "${DROPSHELL_BUILD_DIR}/dropshell-build.sh" ]; then
echo "Error: dropshell-build.sh not found"
exit 1
fi
if [ ! -f "${DROPSHELL_BUILD_DIR}/install_host.sh" ]; then
echo "Error: install_host.sh not found"
if [ ! -f "${DROPSHELL_BUILD_DIR}/install_dropshell_build_host.sh" ]; then
echo "Error: install_dropshell_build_host.sh not found"
exit 1
fi
# install host dependencies
"${DROPSHELL_BUILD_DIR}/install_host.sh"
"${DROPSHELL_BUILD_DIR}/install_dropshell_build_host.sh"
# run the build script