Skip to content

Commit

Permalink
more debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 4, 2024
1 parent c3792d2 commit 164d832
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ fn main() {
"Release"
};

debug_log!("TARGET: {}", target_dir.display());
debug_log!("OUT: {}", target_dir.display());
debug_log!("TARGET: {}", target);
debug_log!("CARGO_MANIFEST_DIR: {}", manifest_dir);
debug_log!("TARGET_DIR: {}", target_dir.display());
debug_log!("OUT_DIR: {}", out_dir.display());
debug_log!("BUILD_SHARED: {}", build_shared_libs);

// Prepare sherpa-onnx source
Expand Down

0 comments on commit 164d832

Please sign in to comment.