MacOs: Use readline from MacPorts
Commitb38ff09f6e
and commitd9ca8a70f0
introduced the TAB completion in iocsh. Commit1f75813a4d
enabled it for MacOs having readline installed via HomeBrew. This commit enables it for MacPorts.
This commit is contained in:

committed by
Michael Davidsaver

parent
832abbd3b1
commit
90ae51e8f2
@ -12,6 +12,9 @@ ifneq (,$(wildcard /opt/homebrew))
|
||||
else ifneq (,$(wildcard /usr/local/Homebrew))
|
||||
# Default location on x86_64
|
||||
HOMEBREW_DIR = /usr/local
|
||||
else ifneq (,$(wildcard /opt/local/include/readline))
|
||||
# MacPorts
|
||||
READLINE_DIR = /opt/local
|
||||
endif
|
||||
|
||||
# Look for Homebrew's readline
|
||||
|
Reference in New Issue
Block a user