librashader/librashader-runtime-d3d9/build.rs
2024-03-07 21:09:15 -05:00

7 lines
138 B
Rust

pub fn main() {
#[cfg(all(target_os = "windows"))]
{
// println!("cargo:rustc-link-arg=/DELAYLOAD:D3DX9_43.dll");
}
}