Skip to content

Commit

Permalink
Make fsm work on fsm
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Aug 10, 2022
1 parent e079846 commit bb9e87f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ impl DevEnvironment {

if package_names.contains_key("openssl-sys") {
self.build_inputs.insert("openssl".to_string());
self.build_inputs.insert("pkg-config".to_string());
}

if package_names.contains_key("prost-build") {
Expand Down

0 comments on commit bb9e87f

Please sign in to comment.