Skip to content

Commit

Permalink
Build Linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Jan 6, 2025
1 parent fa477b2 commit 71c4503
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
use std::env;

#[cfg(target_os = "windows")]
extern crate winres;

fn main() {
// let dest = PathBuf::from(&env::var("OUT_DIR").unwrap());
let target = env::var("TARGET").unwrap_or_else(|e| panic!("{}", e));

println!("cargo:rerun-if-changed=build.rs");

#[cfg(target_os = "windows")]
Expand Down

0 comments on commit 71c4503

Please sign in to comment.