about summary refs log tree commit diff homepage
path: root/scripts/build/p-libcxx-osx.inc
blob: c53ac37f999698049b06745c6ff74f33e01d00bd (plain) (blame)
1
2
3
4
5
6
7
# Build dependencies
install_build_dependencies_libcxx() {
  set +e
  brew upgrade python               # upgrade to Python 3
  set -e
  pip3 install wllvm
}