You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
Node bundles its own openssl. Never had this be a problem in the past, however after starting to build against the OS X 10.8 SDK I now see:
So while I'm pretty sure that this flag used to work:
This now breaks node compilation:
The SDK headers seem to match what is in /usr/include:
So it makes sense that
-isysroot /usr/
also breaks the compile. Here is the line I'm testing with:Very curiously removing the
-I/usr/include
and keeping the-isysroot
also solved the problem:The text was updated successfully, but these errors were encountered: