build(install.sh): added check to boost after install deps
This commit is contained in:
@@ -573,6 +573,9 @@ run_dependency_installer_tui() {
|
|||||||
done
|
done
|
||||||
# Re-run check to update status
|
# Re-run check to update status
|
||||||
check_compiler
|
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() {
|
run_python_bindings_tui() {
|
||||||
|
|||||||
Reference in New Issue
Block a user