mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
cmake macOS: use brew installed readline
This commit is contained in:
parent
c888fcdb7e
commit
18f875cb84
1 changed files with 2 additions and 1 deletions
|
@ -418,7 +418,8 @@ add_executable(
|
|||
)
|
||||
|
||||
if (APPLE)
|
||||
set_target_properties(proxmark3 PROPERTIES LINK_FLAGS "-Wl,-F/Library/Frameworks")
|
||||
set_target_properties(proxmark3 PROPERTIES LINK_FLAGS "-Wl,-F/Library/Frameworks, -L/usr/local/opt/readline/lib")
|
||||
set_target_properties(proxmark3 PROPERTIES COMPILE_FLAGS "-I/usr/local/opt/readline/include")
|
||||
endif (APPLE)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue