diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aa7b19f2..d575fbde 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,10 +32,10 @@ MINGWLDADD = endif if FT2232_LIBFTDI -FTDI2232LIB = -lftdi +FTDI2232LIB = -lftdi -lusb else if PRESTO_LIBFTDI -FTDI2232LIB = -lftdi +FTDI2232LIB = -lftdi -lusb else FTDI2232LIB = endif |