13 lines
408 B
Diff
13 lines
408 B
Diff
diff --git a/build.rs b/build.rs
|
|
index f6a0904..6252aec 100644
|
|
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -3,7 +3,6 @@ use protobuf_codegen::Codegen;
|
|
fn main() {
|
|
Codegen::new()
|
|
.protoc()
|
|
- .protoc_path(&protoc_bin_vendored::protoc_bin_path().unwrap())
|
|
.includes(["proto"])
|
|
.input("proto/gog.protocols.pb.proto")
|
|
.input("proto/galaxy.protocols.webbroker_service.proto")
|