Skip to content

Commit

Permalink
vcpkg_find_acquire_program(BISON).cmake: Also search default brew ins…
Browse files Browse the repository at this point in the history
…tallation on arm64-osx (microsoft#35765)
  • Loading branch information
autoantwort authored Dec 20, 2023
1 parent e2f6384 commit 62a471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_find_acquire_program(BISON).cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ else()
set(apt_package_name bison)
set(brew_package_name bison)
if (APPLE)
set(paths_to_search /usr/local/opt/bison/bin)
set(paths_to_search /opt/homebrew/opt/bison/bin /usr/local/opt/bison/bin)
endif()
endif()

0 comments on commit 62a471f

Please sign in to comment.