parent
7956ad20d6
commit
4342e417a5
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/bin/bash |
||||||
|
# |
||||||
|
# Builds protobuf C++ with aarch64 crosscompiler. |
||||||
|
|
||||||
|
set -ex |
||||||
|
|
||||||
|
./autogen.sh |
||||||
|
CXXFLAGS="-fPIC -g -O2" ./configure --host=aarch64 |
||||||
|
make -j8 |
Loading…
Reference in new issue