Fix MacOS protoc release (#5638)
* Use set -ex * Use -std=c++14 so -latomic can be found
This commit is contained in:
parent
532c42586f
commit
c143164986
@ -1,7 +1,7 @@
|
||||
#!/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
|
||||
|
Loading…
Reference in New Issue
Block a user