From 8133aa3541789e3c554bf2a6ee03f2b38db9435d Mon Sep 17 00:00:00 2001 From: dankmeme01 <42031238+dankmeme01@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:08:34 +0200 Subject: [PATCH] make cross_tools_path available on windows too --- src/util/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/config.rs b/src/util/config.rs index 4ee3652..97bb91a 100644 --- a/src/util/config.rs +++ b/src/util/config.rs @@ -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") }