Sign in
flutter
/
third_party
/
protobuf
/
f2e06fe042c1231af6c8e31abda97c78a9dcd530
/
.
/
kokoro
/
linux
/
aarch64
/
protoc_crosscompile_aarch64.sh
blob: 2880507539aa52ca80d4ffd4fcd81e2d0255e99d [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Builds protobuf C++ with aarch64 crosscompiler.
set
-
ex
cmake
-
DCMAKE_POSITION_INDEPENDENT_CODE
=
ON
-
Dprotobuf_WITH_ZLIB
=
0
.
make
-
j8