Hunspell icon indicating copy to clipboard operation
Hunspell copied to clipboard

Support new Homebrew folder

Open segabor opened this issue 1 year ago • 1 comments

Homebrew moved from /usr/local to a new base /opt/homebrew. This PR adapts this change so builder will find hunspell library in the new location.

segabor avatar Nov 23 '24 11:11 segabor

PR Summary

  • Added a New Header Directory Path The team has included a new path for header files at /opt/homebrew/include/. This means that the project now has more space to store specific types of files which is required for better organization.

  • Introduced a New Library Directory Path A new path (/opt/homebrew/lib) has been added for library files. This will improve file management and access to various libraries within the project, enhancing the overall development process.

what-the-diff[bot] avatar Nov 23 '24 11:11 what-the-diff[bot]