mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Put corefoundation and iokit separate in ldflags for darwin.
This commit is contained in:
parent
1672238bee
commit
203028b068
@ -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…
Reference in New Issue
Block a user