diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:04:38 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-30 17:04:38 -0500 |
commit | e6e333adc91739af206796675a8476650ef809eb (patch) | |
tree | 957f995c6e9378438b175e82e6979b5491ab6ae2 | |
parent | Merge pull request #8057 (diff) | |
parent | cmake: find readline on macOS ARM (diff) | |
download | monero-e6e333adc91739af206796675a8476650ef809eb.tar.xz |
Merge pull request #8066
7bc261b cmake: find readline on macOS ARM (selsta)
-rw-r--r-- | cmake/FindReadline.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindReadline.cmake b/cmake/FindReadline.cmake index f26911b26..7a41a6763 100644 --- a/cmake/FindReadline.cmake +++ b/cmake/FindReadline.cmake @@ -23,7 +23,7 @@ find_path(Readline_ROOT_DIR NAMES include/readline/readline.h - PATHS /usr/local/opt/readline/ /opt/local/ /usr/local/ /usr/ + PATHS /usr/local/opt/readline/ /opt/homebrew/opt/readline/ /opt/local/ /usr/local/ /usr/ NO_DEFAULT_PATH ) |