Skip to content

Commit

Permalink
test full path
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 2, 2025
1 parent bdb8895 commit 3e9ef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn main() {
}

if cfg!(target_os = "macos") {
print_paths("/opt/homebrew/");
print_paths("/opt/homebrew/Cellar/unixodbc/2.3.12");
// if we're on Mac OS X we'll kindly add DYLD_LIBRARY_PATH to rustc's
// linker search path
if let Some(dyld_paths) = option_env!("DYLD_LIBRARY_PATH") {
Expand Down

0 comments on commit 3e9ef49

Please sign in to comment.