Skip to content

Commit 2b33f4e

Browse files
jorge-ortegaLegNeato
authored andcommitted
path_tracer builds and runs on windows
- Addresses some review comments. - Updates `sysinfo` in `path_tracer` to latest. - Removes the copy of optix_wrapper.rs used for debugging.
1 parent 210af5d commit 2b33f4e

File tree

10 files changed

+16
-1568
lines changed

10 files changed

+16
-1568
lines changed

crates/optix/build.rs

-5
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ fn bindgen_optix(optix_include: &Path, cuda_include: &Path) {
9090
.generate()
9191
.expect("Unable to generate optix bindings");
9292

93-
let dbg_path = std::path::PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap());
94-
bindings
95-
.write_to_file(dbg_path.join("optix_wrapper.rs"))
96-
.expect("Couldn't write bindings!");
97-
9893
bindings
9994
.write_to_file(out_path)
10095
.expect("Couldn't write bindings!");

0 commit comments

Comments
 (0)