Skip to content

Commit

Permalink
passing a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerguer committed Jan 6, 2025
1 parent 87099b7 commit 131beae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/forge/bin/cmd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ impl BuildArgs {
config = self.load_config();
}

if self.zk_detect_missing_libraries {
config.zksync.zk_detect_missing_libraries = true;
}

if !config.zksync.should_compile() {
let project = config.project()?;

Expand Down

0 comments on commit 131beae

Please sign in to comment.