mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Fix protobuf build.
This commit is contained in:
parent
7e1409596a
commit
7f3eb9970e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ protobuf_static_steamos:
|
|||
- echo $BASE_PREFIX_PATH
|
||||
- mkdir deps
|
||||
- cd deps
|
||||
- git clone https://github.com/protocolbuffers/protobuf.git
|
||||
- git clone --branch 21.x https://github.com/protocolbuffers/protobuf.git
|
||||
- cd protobuf
|
||||
- sh autogen.sh
|
||||
- ./configure "CC=gcc-4.9 -m32" "CXX=g++-4.9 -m32" CPPFLAGS="-fPIC -Ofast" CXXFLAGS="-fPIC -Ofast" --prefix=$BASE_PREFIX_PATH/protobuf/prefix_x86/ --disable-shared --enable-static
|
||||
|
|
Loading…
Reference in a new issue