Skip to content

Commit

Permalink
fix feature flag switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Feb 26, 2024
1 parent 3d2214b commit 3eea547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegafusion-server/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
#[cfg(target_family = "unix")]
#[cfg(feature = "protobuf-src")]
std::env::set_var("PROTOC", protobuf_src::protoc());

tonic_build::compile_protos("proto/helloworld.proto")?;
Expand Down

0 comments on commit 3eea547

Please sign in to comment.