You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
227 B

  1. --- a/src/Makefile
  2. +++ b/src/Makefile
  3. @@ -44,7 +44,7 @@ endif
  4. #ifdef DRV_SAINSMART
  5. ifeq ($(DRV_SAINSMART), y)
  6. SRC += relay_drv_sainsmart.c
  7. -LIBS += -lftdi
  8. +LIBS += -lftdi1
  9. OPTS += -DDRV_SAINSMART
  10. endif
  11. #ifdef DRV_HIDAPI