X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2FMakefile;h=f3e86c1de6c0523cf039b084c2ad545fb2d0a313;hb=05aed438cd65ed2ab11856361f66f1f7d8896548;hp=fdd40da24c1385e39de36a5fdc5e8a001059ab74;hpb=977c0796f9b990aa8998477f67a9bc6a6d424e2d;p=mech_eap.git diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index fdd40da..f3e86c1 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -931,9 +931,13 @@ ifdef CONFIG_NATIVE_WINDOWS #dynamic symbol loading that is now used in pcsc_funcs.c #LIBS += -lwinscard else +ifdef CONFIG_OSX +LIBS += -framework PCSC +else LIBS += -lpcsclite -lpthread endif endif +endif ifdef CONFIG_SIM_SIMULATOR CFLAGS += -DCONFIG_SIM_SIMULATOR