librashader/librashader-runtime-d3d9/build.rs

7 lines
138 B
Rust
Raw Normal View History

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