Skip to content

Commit

Permalink
I give up on fud2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Aug 28, 2024
1 parent 785d2dd commit 78736fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fud2/fud-core/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ impl<'a> Run<'a> {
// Emit preamble.
emitter.var("build-tool", &self.global_config.exe)?;
emitter.rule("get-rsrc", "$build-tool get-rsrc $out")?;
emitter.var(
"caller-dir",
&env::current_dir()?.to_string_lossy().to_string(),
)?;
writeln!(emitter.out)?;

// Emit the setup for each operation used in the plan, only once.
Expand Down

0 comments on commit 78736fe

Please sign in to comment.