Page MenuHomePhabricator

D6522.diff
No OneTemporary

D6522.diff

diff --git a/scripts/install_protobuf.sh b/scripts/install_protobuf.sh
--- a/scripts/install_protobuf.sh
+++ b/scripts/install_protobuf.sh
@@ -10,8 +10,8 @@
pushd protobuf || exit
-mkdir build
-pushd build || exit
+mkdir cmake-build
+pushd cmake-build || exit
cmake ../cmake \
-Dprotobuf_BUILD_SHARED_LIBS=ON \
@@ -20,7 +20,7 @@
make install -j "$(nproc)" -l "$(nproc)"
-popd || exit # build
+popd || exit # cmake-build
popd || exit # protobuf
rm -rf protobuf

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 2, 7:27 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2608666
Default Alt Text
D6522.diff (481 B)

Event Timeline