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.
2 parents 1676257 + a9514ad commit 7504afcCopy full SHA for 7504afc
packages/grpc-tools/CMakeLists.txt
@@ -13,6 +13,8 @@ add_subdirectory(${PROTOBUF_ROOT_DIR}/cmake deps/protobuf)
13
set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build protobuf tests")
14
set(protobuf_WITH_ZLIB OFF CACHE BOOL "Build protobuf with zlib.")
15
16
+set(CMAKE_EXE_LINKER_FLAGS "-static-libstdc++")
17
+
18
add_executable(grpc_node_plugin
19
src/node_generator.cc
20
src/node_plugin.cc
0 commit comments