Skip to content

Commit

Permalink
Add the search path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Feb 27, 2024
1 parent 19461ca commit a62b889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/BuildUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function(arrow_create_merged_static_lib output_target)

# check in the obvious places first to find Apple's libtool
find_program(LIBTOOL_MACOS libtool
PATHS /usr/bin /Library/Developer/CommandLineTools/usr/bin
NO_DEFAULT_PATH)

# if it's not found in obvious places, check on the standard path
Expand Down

0 comments on commit a62b889

Please sign in to comment.