File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -691,12 +691,12 @@ ifdef BUILD_GRPC_FOR_BACKEND_LLAMA
691
691
_PROTOBUF_PROTOC=${INSTALLED_PACKAGES}/bin/proto \
692
692
_GRPC_CPP_PLUGIN_EXECUTABLE=${INSTALLED_PACKAGES}/bin/grpc_cpp_plugin \
693
693
PATH="${INSTALLED_PACKAGES}/bin:${PATH}" \
694
- CMAKE_ARGS="${CMAKE_ARGS} ${ADDED_CMAKE_ARGS}" \
694
+ CMAKE_ARGS="${CMAKE_ARGS} ${ADDED_CMAKE_ARGS} -DBUILD_SHARED_LIBS=OFF " \
695
695
LLAMA_VERSION=$(CPPLLAMA_VERSION) \
696
696
$(MAKE) -C backend/cpp/${VARIANT} grpc-server
697
697
else
698
698
echo "BUILD_GRPC_FOR_BACKEND_LLAMA is not defined."
699
- LLAMA_VERSION=$(CPPLLAMA_VERSION) $(MAKE) -C backend/cpp/${VARIANT} grpc-server
699
+ CMAKE_ARGS="${CMAKE_ARGS} -DBUILD_SHARED_LIBS=OFF" LLAMA_VERSION=$(CPPLLAMA_VERSION) $(MAKE) -C backend/cpp/${VARIANT} grpc-server
700
700
endif
701
701
702
702
# This target is for manually building a variant with-auto detected flags
You can’t perform that action at this time.
0 commit comments