Commit c1431649 authored by Hao Nguyen's avatar Hao Nguyen Committed by Bo Yang

Fix MacOS protoc release (#5638)

* Use set -ex
* Use -std=c++14 so -latomic can be found
parent 532c4258
#!/bin/bash
set -x
CXXFLAGS_COMMON="-DNDEBUG -mmacosx-version-min=10.9"
set -ex
CXXFLAGS_COMMON="-std=c++14 -DNDEBUG -mmacosx-version-min=10.9"
cd github/protobuf
./autogen.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment