From 2f94a2ef39af03a72a8d90b8d5565c414c06451a Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Fri, 26 Jul 2019 15:32:30 +0000 Subject: [PATCH] Update install_mac_os_deps.sh --- scripts/install_mac_os_deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install_mac_os_deps.sh b/scripts/install_mac_os_deps.sh index 88c445b..8e148c4 100755 --- a/scripts/install_mac_os_deps.sh +++ b/scripts/install_mac_os_deps.sh @@ -10,6 +10,7 @@ brew install \ tbb \ glew \ eigen \ - ccache + ccache \ + lz4 brew install llvm