Skip to content

Commit

Permalink
make cross_tools_path available on windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Jul 13, 2024
1 parent b376dc6 commit 8133aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ impl Config {
}

/// Path to cross-compilation tools
#[cfg(not(windows))]
pub fn cross_tools_path() -> PathBuf {
geode_root().join("cross-tools")
}
Expand Down

0 comments on commit 8133aa3

Please sign in to comment.