about summary refs log tree commit diff homepage
path: root/scripts/build/p-stp-osx.inc
blob: 60214b3cad34f241d7aab0103d6c1b6ae21921d0 (plain) (blame)
1
2
3
4
5
6
7
install_build_dependencies_stp() {
   dependencies=(
     bison
     flex
   )
   brew install "${dependencies[@]}"
}