Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez committed Dec 11, 2023
1 parent 19f7e2d commit 73cd6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OBJECTS=bqs.o RcppExports.o $(PROTO_FILES:.proto=.pb.o) $(GRPC_FILES:.proto=.grp
all: clean winlibs protos

protos: winlibs
(cd ../inst/protos; PATH="../${BINDIR}:${PATH}";\
(cd ../src/protos; PATH="../${BINDIR}:${PATH}";\
protoc --experimental_allow_proto3_optional --cpp_out=../../src $(PROTO_FILES);\
protoc --plugin=protoc-gen-grpc=$$(which grpc_cpp_plugin.exe) --grpc_out=../../src $(GRPC_FILES))
sed -i "s/OPTION/OPTIONFIX/g" google/api/field_behavior.pb.h
Expand Down

0 comments on commit 73cd6a6

Please sign in to comment.