Excal issue on M1 macOS

Try adding these to your profile:

export LDFLAGS="-L/opt/homebrew/include"
export C_INCLUDE_PATH=/opt/homebrew/include
export CPLUS_INCLUDE_PATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
1 Like