Skip to content

Commit 99278dd

Browse files
committed
debug build failure location
1 parent 9d269a3 commit 99278dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,13 @@ fn codegen() -> Result<(), Error> {
120120

121121
fn main() -> Result<(), Error> {
122122
for path in get_lib_search_paths() {
123+
println!("adding search path: {path}");
123124
println!("cargo:rustc-link-search={}", path);
124125
}
125126

127+
println!("setting link");
126128
println!("cargo:rustc-link-lib=quil");
129+
println!("finished setting link");
127130

128131
// If this isn't set on MacOS, memory allocation errors occur when trying to initialize the
129132
// library

0 commit comments

Comments
 (0)