summaryrefslogtreecommitdiffstats
path: root/utils/crelay/patches/010-link_with_ftdi1.patch
blob: bc4ff1ed32fd758e802afb7b731d3843de7a24db (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/Makefile
+++ b/src/Makefile
@@ -45,7 +45,7 @@ endif
 #ifdef DRV_SAINSMART
 ifeq ($(DRV_SAINSMART), y)
 SRC	+= relay_drv_sainsmart.c
-LIBS	+= -lftdi
+LIBS	+= -lftdi1
 OPTS	+= -DDRV_SAINSMART
 endif
 #ifdef DRV_HIDAPI