Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Kitt
132683d4b5 Merge the FTDI construction
Since there's already a conditional in the shell invocation, it might
as well be used to determine the value of FTDI directly.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-06-22 14:17:44 +02:00
Helmut Grohne
4a9cc66d1e Use the compiler to find libftdi
The libfdti detection, using ldconfig, only searches for the build
architecture libftdi, which means infnoise can't be cross-compiled.
By checking whether the compiler knows about the library we can
check for the host architecture's library and support build scenarios
which ldconfig doesn't know about, in particular cross-building.
2019-06-22 14:13:03 +02:00
Manuel Domke
08976a6288 nothing? 2018-09-07 12:50:49 +02:00
Manuel Domke
2534f78730 remove libinfnoise dependancy from binary 2018-08-11 23:11:11 +02:00
Dylan McNamee
0f6bda5f4e -DLINUX in Makefile.linux 2018-07-05 18:22:13 -07:00
Dylan McNamee
b472549e15 Minor changes to get it working on macOS 2018-07-05 18:18:57 -07:00