fix PCSC-framework-link on mac; refs #28
This commit is contained in:
@@ -15,7 +15,7 @@ noinst_HEADERS = cardgui.hxx cardgui-model.hxx
|
|||||||
if !MINGW32
|
if !MINGW32
|
||||||
if MAC
|
if MAC
|
||||||
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
|
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
|
||||||
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -L/opt/local/lib
|
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -L/opt/local/lib -framework PCSC
|
||||||
else
|
else
|
||||||
AM_CPPFLAGS += -I/usr/include/PCSC
|
AM_CPPFLAGS += -I/usr/include/PCSC
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user