mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 13:48:16 +08:00
CHG: removed a -L path for OSX
This commit is contained in:
parent
7dae65ce99
commit
bdebc8dbab
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ else ifeq ($(platform),Darwin)
|
||||||
ifneq (, $(findstring moc 5,$(qtplatform)))
|
ifneq (, $(findstring moc 5,$(qtplatform)))
|
||||||
# use this if you have QT5 installed.
|
# use this if you have QT5 installed.
|
||||||
CFLAGS += -I/usr/include/malloc/ -I/usr/local/opt/readline/include -I/usr/local/opt/qt5/include
|
CFLAGS += -I/usr/include/malloc/ -I/usr/local/opt/readline/include -I/usr/local/opt/qt5/include
|
||||||
LDLIBS = -L/opt/local/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/qt5/lib -lreadline -lpthread -lm
|
LDLIBS = -L/usr/local/opt/readline/lib -L/usr/local/opt/qt5/lib -lreadline -lpthread -lm
|
||||||
else
|
else
|
||||||
# Assuming you have QT4 installed.
|
# Assuming you have QT4 installed.
|
||||||
CFLAGS += -I/usr/include/malloc/ -I/usr/local/opt/readline/include
|
CFLAGS += -I/usr/include/malloc/ -I/usr/local/opt/readline/include
|
||||||
LDLIBS = -L/opt/local/lib -L/usr/local/opt/readline/lib -lreadline -lpthread -lm
|
LDLIBS = -L/usr/local/opt/readline/lib -lreadline -lpthread -lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LUAPLATFORM = macosx
|
LUAPLATFORM = macosx
|
||||||
|
|
Loading…
Reference in a new issue