adds: m1 compatibility
This commit is contained in:
@@ -7,12 +7,13 @@ export PATH=${PATH}:${ANDROID_HOME}/tools
|
||||
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
|
||||
export PATH=/usr/local/opt/imagemagick@6/bin:${PATH}
|
||||
|
||||
# For compilers to find zlib you may need to set:
|
||||
export LDFLAGS="${LDFLAGS} -L/usr/local/opt/zlib/lib"
|
||||
export CPPFLAGS="${CPPFLAGS} -I/usr/local/opt/zlib/include"
|
||||
export optflags="-Wno-error=implicit-function-declaration"
|
||||
export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
|
||||
export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
|
||||
export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig"
|
||||
|
||||
# For pkg-config to find zlib you may need to set:
|
||||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH} /usr/local/opt/zlib/lib/pkgconfig"
|
||||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH} /opt/homebrew/opt/zlib/lib/pkgconfig"
|
||||
|
||||
# ZSH setup
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
Reference in New Issue
Block a user