mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
fix compiling under MAC OSX
This commit is contained in:
parent
3d77fdfab5
commit
38c4979dae
3 changed files with 8 additions and 8 deletions
|
@ -31,13 +31,13 @@ MOC = $(shell pkg-config --variable=moc_location QtCore)
|
|||
endif
|
||||
|
||||
|
||||
ifneq ($(QTLDLIBS),)
|
||||
QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
||||
CFLAGS += -DHAVE_GUI
|
||||
LINK.o = $(LINK.cpp)
|
||||
else
|
||||
#ifneq ($(QTLDLIBS),)
|
||||
#QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
||||
#CFLAGS += -DHAVE_GUI
|
||||
#LINK.o = $(LINK.cpp)
|
||||
#else
|
||||
QTGUI = guidummy.o
|
||||
endif
|
||||
#endif
|
||||
|
||||
CMDSRCS = \
|
||||
nonce2key/crapto1.c\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue