Skip to content

Commit

Permalink
Fix make configure (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed May 25, 2024
1 parent 272ec1b commit 6d4ed6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sccmod"
authors = ["Toby Davis \"Pencilcaseman\""]
version = "0.1.8"
version = "0.1.9"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/builders/make.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ impl Make {
// ));

let mut shell = Shell::default();
shell.set_current_dir(source_path.to_str().unwrap());

for dep in dependencies {
shell.add_command(&format!("module load {dep}"));
Expand Down

0 comments on commit 6d4ed6e

Please sign in to comment.