mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
Merge pull request #187 from uhei/macos-readline
client/Makefile: use brew libreadline on macOS
This commit is contained in:
commit
b6b20e246c
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ else
|
|||
LUAPLATFORM = macosx
|
||||
OBJCSRCS = util_darwin.m
|
||||
LDFLAGS += -framework Foundation -framework AppKit
|
||||
LDLIBS := -L/usr/local/opt/readline/lib $(LDLIBS)
|
||||
LIBS := -I/usr/local/opt/readline/include $(LIBS)
|
||||
else
|
||||
LUALIB += -ldl
|
||||
LDLIBS += -ltermcap -lncurses
|
||||
|
|
Loading…
Reference in a new issue