We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b9515 commit 0e55e0aCopy full SHA for 0e55e0a
.vscode/c_cpp_properties.json
@@ -4,7 +4,7 @@
4
"name": "Linux",
5
"includePath": [
6
"${workspaceFolder}/**",
7
- "${workspaceFolder}/third_party/protobuf-*/src",
+ "${workspaceFolder}/third_party/protobuf/src",
8
"/usr/include/postgresql",
9
"/usr/include/postgresql/11/server"
10
],
build-protobuf-library.sh
@@ -5,7 +5,7 @@ PROTOBUF_VERSION=3.11.2
cd "$(dirname "${0}")"
-rm -Rf third_party/protobuf-*
+rm -Rf third_party/protobuf-* third_party/protobuf
mkdir -p third_party/
cd third_party
11
curl -L "https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-cpp-${PROTOBUF_VERSION}.tar.gz" | tar xzf -
0 commit comments