We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33715b commit 7ed0ab1Copy full SHA for 7ed0ab1
sdl2-sys/build.rs
@@ -330,7 +330,7 @@ fn main() {
330
let host = env::var("HOST").expect("Cargo build scripts always have HOST");
331
let target_os = get_os_from_triple(target.as_str()).unwrap();
332
333
- let sdl2_compiled_path;
+ let sdl2_compiled_path: PathBuf;
334
#[cfg(feature = "bundled")] {
335
let sdl2_source_path = download_sdl2();
336
sdl2_compiled_path = compile_sdl2(sdl2_source_path.as_path(), target_os);
0 commit comments