Mac OS Big Sur CPPFLAGS and LDFLAGS
Abhishek

Abhishek @abhishekbhakat

About: Software Developer

Location:
Pune, Maharashtra, India
Joined:
Aug 19, 2020

Mac OS Big Sur CPPFLAGS and LDFLAGS

Publish Date: Sep 7 '21
4 0

While building python packages, dependency development libraries are required. We can install the libraries from homebrew were not found by pip for some reason.
Export the path used by homebrew for "include" and "lib".

export CPPFLAGS=-I/opt/homebrew/include
export LDFLAGS=-L/opt/homebrew/lib
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment