Linker changes for building eapol_test on OS X
[mech_eap.git] / src / drivers / drivers.mak
index 9434078..3dd43c7 100644 (file)
@@ -54,7 +54,9 @@ else
   ifdef CONFIG_LIBNL_TINY
     DRV_LIBS += -lnl-tiny
   else
-    DRV_LIBS += -lnl
+    ifndef CONFIG_OSX
+      DRV_LIBS += -lnl
+    endif
   endif
 
   ifdef CONFIG_LIBNL20