Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
smth was wrong with -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Apr 11, 2023
1 parent 7bd1421 commit 5df97d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_scripts/finalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ elif [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ]; then
git clone --recurse-submodules https://github.com/protocolbuffers/protobuf.git && cd protobuf
git checkout v21.1 # aka 3.21.1
git submodule update --init --recursive
cmake -B build "-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_LIBPROTOC=ON"
cmake -B build "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
make -C build -j$(nproc)
make -C build install
else
Expand Down

0 comments on commit 5df97d8

Please sign in to comment.