diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 19:50:10 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 19:50:10 -0500 |
| commit | 19d831c5b1d56070c193d0c8310272f34ad3160d (patch) | |
| tree | e3886c715fbd0f63930d4a43f964ea1e575785ba /sys/build.rs | |
| parent | ea5db5846bc700f0da912225ddcb4be372359044 (diff) | |
Diffstat (limited to 'sys/build.rs')
| -rw-r--r-- | sys/build.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/build.rs b/sys/build.rs index 8efc265..1703b4a 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -1,8 +1,5 @@ fn main() {
- let out_dir = std::env::var("OUT_DIR").unwrap();
- eprintln!("{out_dir}");
- println!("cargo:rustc-link-lib=d3d11");
- println!("cargo:rustc-link-search=native=./");
- println!("cargo:rustc-link-lib-static=alligator_backend");
+ println!("cargo:rustc-link-lib=static=alligator_backend");
+ println!("cargo:rustc-link-search=native=C:\\Users\\epice\\source\\repos\\WindowsAlligatorBackend\\x64\\Debug\\");
println!("cargo:rerun-if-changed=alligator_backend.lib");
}
|
