1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; * README-IGC: Fix typo.

This commit is contained in:
Stefan Kangas 2024-12-31 06:01:32 +01:00
parent c45b3a2819
commit ce9d36a2ee

View file

@ -46,7 +46,7 @@ Install 'libmps' from Homebrew with
brew install libmps
Then add something like this to your environment (e.g., to ~/.profile):
Then add something like this to your environment (e.g., to ~/.zprofile):
export CFLAGS="$CFLAGS -I$(brew --prefix libmps)/include"
export LDFLAGS="$LDFLAGS -L$(brew --prefix libmps)/lib"