Include files are not linked at /usr/local/include or /usr/include #868
Replies: 2 comments 6 replies
-
This is intentional for Apple Silicon.
|
Beta Was this translation helpful? Give feedback.
-
I am working with this issue as well after upgrading and migrating. I work on a few nodejs projects that use node-gyp to build native addons to nodejs. It's super inconvenient to add compiler flags to each of those dependencies' binding.gyp files. If I could add something like |
Beta Was this translation helpful? Give feedback.
-
Mac: M1 Apple Silicon, BigSur: 11.2.1
Brew: Homebrew 3.0.1-116-g3ff5795
I don't know if this is intended or not but /usr/local/include and /usr/include does not exist on my system. Brew don't care and the only include path with brew installed formulas is at /opt/homebrew/include.
Is there any way to get brew to "link" includes at /usr/local/include or /usr/include ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions