Skip to content

Commit

Permalink
Fix protobuf build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr_Goldberg committed Aug 17, 2022
1 parent 7e14095 commit 7f3eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f3eb99

Please sign in to comment.