build(install.sh): added check to boost after install deps

This commit is contained in:
2025-07-29 12:32:22 -04:00
parent 368656e78c
commit f3cabfc191

View File

@@ -573,6 +573,9 @@ run_dependency_installer_tui() {
done
# Re-run check to update status
check_compiler
log "${BLUE}[Info] Checking Boost library status (this may take a minute)...${NC}"
# If BOOST_CHECKED is set, we assume Boost was checked previously
check_boost >/dev/null 2>&1 || BOOST_OKAY=false
}
run_python_bindings_tui() {