Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3397772
D6522.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
481 B
Referenced Files
None
Subscribers
None
D6522.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D6522: [scripts] change protobuf installation directory name
Attached
Detach File
Event Timeline
Log In to Comment