about summary refs log tree commit diff homepage
path: root/scripts/build/p-klee-osx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/p-klee-osx.inc')
-rw-r--r--scripts/build/p-klee-osx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/p-klee-osx.inc b/scripts/build/p-klee-osx.inc
index fae6bbd3..38eaa02c 100644
--- a/scripts/build/p-klee-osx.inc
+++ b/scripts/build/p-klee-osx.inc
@@ -2,5 +2,8 @@
 install_build_dependencies_klee() {
   brew upgrade python               # upgrade to Python 3
   brew link --overwrite python
+  if [[ $(to_bool "${ENABLE_DOXYGEN}") -eq 1 ]]; then
+    brew install doxygen graphviz
+  fi
   pip3 install lit tabulate
 }
\ No newline at end of file