Skip to content

Commit

Permalink
added stuff to MACOS to add support for /opt/local and /opt/homebrew …
Browse files Browse the repository at this point in the history
…for building.
  • Loading branch information
simsong committed Apr 26, 2024
1 parent ef5852a commit 0de2b04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions etc/CONFIGURE_MACOS.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ echo ================
echo Updating .profile
echo 'PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH"' >> .bash_profile
echo 'export PATH="/opt/homebrew/opt/libxml2/bin:$PATH"' >> .bash_profile
echo 'export LDFLAGS="-L/opt/homebrew/opt/libxml2/lib $LDFLAGS" ' >> .bash_profile
echo 'export CPPFLAGS="-I/opt/homebrew/opt/libxml2/include $CPPFLAGS" ' >> .bash_profile
echo 'export LDFLAGS="-L/opt/homebrew/lib -L/opt/homebrew/opt/libxml2/lib $LDFLAGS" ' >> .bash_profile
echo 'export CPPFLAGS="-I/opt/homebrew/include -I/opt/homebrew/opt/libxml2/include $CPPFLAGS" ' >> .bash_profile
echo 'export PKG_CONFIG_PATH="/opt/homebrew/opt/libxml2/lib/pkgconfig:$PKG_CONFIG_PATH"' >> .bash_profile

echo ================
source .bash_profile
printenv
Expand Down

0 comments on commit 0de2b04

Please sign in to comment.