Skip to content

Commit 5e0edef

Browse files
committed
fix: try to gen proto with same environment
1 parent 3f3b48b commit 5e0edef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/python/parler-tts/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ protogen: backend_pb2_grpc.py backend_pb2.py
3535
protogen-clean:
3636
$(RM) backend_pb2_grpc.py backend_pb2.py
3737

38-
backend_pb2_grpc.py backend_pb2.py:
39-
python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto
38+
backend_pb2_grpc.py backend_pb2.py: protogen
39+
bash gen_grpc.sh

0 commit comments

Comments
 (0)