Browse Source

Put corefoundation and iokit separate in ldflags for darwin.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
203028b068
  1. 2
      configure.ac

2
configure.ac

@ -331,7 +331,7 @@ if test "x$want_usbutils" != xfalse; then @@ -331,7 +331,7 @@ if test "x$want_usbutils" != xfalse; then
fi
if test "x$have_darwin" = "xtrue"; then
LIBUSB_LIBS+=" -lobjc"
LDFLAGS+=" -framework CoreFoundation,IOKit"
LDFLAGS+=" -framework CoreFoundation -framework IOKit"
fi
else
LIBUSB_LIBS=""

Loading…
Cancel
Save