Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
kingwingfly committed Mar 3, 2024

Verified

This commit was signed with the committer’s verified signature.
kingwingfly 王翼翔
1 parent c9a7119 commit c3c6500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fav_core/build.rs
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Channel::Dev => "CHANNEL_DEV",
};
println!("cargo:rustc-cfg={}", channel);
#[cfg(test)]
protobuf_codegen::Codegen::new()
.pure()
.includes(["proto"])

0 comments on commit c3c6500

Please sign in to comment.