diff --git a/libusb/Makefile.freebsd b/libusb/Makefile.freebsd index a94eef5..5e69e77 100644 --- a/libusb/Makefile.freebsd +++ b/libusb/Makefile.freebsd @@ -30,7 +30,7 @@ hidtest: $(OBJS) # Shared Libs libhidapi.so: $(COBJS) - $(CC) $(LDFLAGS) -shared -Wl,-soname,$@.0 $^ -o $@ + $(CC) $(LDFLAGS) -shared -Wl,-soname,$@.0 $^ -o $@ $(LIBS) # Objects $(COBJS): %.o: %.c