Browse Source

- add -lusb to link for using libftdi under win32

git-svn-id: svn://svn.berlios.de/openocd/trunk@635 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak 16 years ago
parent
commit
54eee1b063
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Makefile.am

+ 2
- 2
src/Makefile.am View File

@@ -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


Loading…
Cancel
Save