fixed build error on mac

This commit is contained in:
Taku Kudo 2021-06-15 18:56:02 +09:00
parent faa76a03e7
commit 897fe9d50c

10
test.sh
View File

@ -111,12 +111,12 @@ build_linux_clang_ubuntu() {
}
build_osx() {
brew update
brew install protobuf || brew link --overwrite protobuf
brew link --overwrite python@2
# brew update
# brew install protobuf || brew link --overwrite protobuf
# brew link --overwrite python@2
build_generic
cd build
make install
# cd build
# make install
}
run_docker() {